mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
11 lines
165 B
C
11 lines
165 B
C
|
|
#ifndef G3D_LITE_DEBUG_H
|
|
#define G3D_LITE_DEBUG_H
|
|
|
|
#define debugStatement(x)
|
|
#define debugAssert(x)
|
|
#define debugAssertM(x, y)
|
|
#define alwaysAssertM(x, y)
|
|
|
|
#endif
|
|
|