mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
11 lines
185 B
C
11 lines
185 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define gEXMatrixGroupDecomposed(...)
|
|
#define gEXMatrixGroupDecomposedNormal(...)
|
|
#define gEXPopMatrixGroup(...)
|
|
|
|
#define DEBUG_SPEED_CONTROL 1
|
|
|
|
#endif
|