2024-10-16 21:16:05 -03:00
|
|
|
#ifndef DEBUG_H
|
|
|
|
#define DEBUG_H
|
|
|
|
|
2024-10-17 01:59:18 -03:00
|
|
|
#define gEXMatrixGroupDecomposed(...)
|
|
|
|
#define gEXMatrixGroupDecomposedNormal(...)
|
|
|
|
#define gEXPopMatrixGroup(...)
|
|
|
|
|
2024-10-16 21:16:05 -03:00
|
|
|
#define DEBUG_SPEED_CONTROL 1
|
|
|
|
|
|
|
|
#endif
|