root/trunk/dep/include/g3dlite/G3D/debug.h
@
2
Revision 2, 165 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | |
2 | #ifndef G3D_LITE_DEBUG_H |
3 | #define G3D_LITE_DEBUG_H |
4 | |
5 | #define debugStatement(x) |
6 | #define debugAssert(x) |
7 | #define debugAssertM(x, y) |
8 | #define alwaysAssertM(x, y) |
9 | |
10 | #endif |
11 |
Note: See TracBrowser
for help on using the browser.