blob: a479a04b9fd061ffef736f1df5498047b71940e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef DEBUG_H
#define DEBUG_H
#define gEXMatrixGroupDecomposed(...)
#define gEXMatrixGroupDecomposedNormal(...)
#define gEXPopMatrixGroup(...)
#define DEBUG_SPEED_CONTROL 1
#endif
|