root/trunk/dep/include/g3dlite/G3D/debug.h @ 2

Revision 2, 165 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

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.