mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 21:09:50 -04:00
13 lines
166 B
C
13 lines
166 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
|
|
|
|
|