mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 14:10:18 -04:00
e585187b24
--HG-- branch : trunk
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
|
|
|
|
|