Starship/include/debug.h

11 lines
185 B
C
Raw Normal View History

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