mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01: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
|
|
|
|
|