[4054] added: Line of sight (vmaps) [part 1]
[mangos-git.git] / dep / include / g3dlite / G3D / debug.h
blobb73141053cd7cc5d040f2b48ddfba76df28c642c
2 #ifndef G3D_LITE_DEBUG_H
3 #define G3D_LITE_DEBUG_H
5 #define debugAssert(x)
6 #define debugAssertM(x, y)
7 #define alwaysAssertM(x, y)
9 #endif