mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
10 lines
185 B
C
10 lines
185 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#define gEXMatrixGroupDecomposed(...)
|
|
#define gEXMatrixGroupDecomposedNormal(...)
|
|
#define gEXPopMatrixGroup(...)
|
|
|
|
#define DEBUG_SPEED_CONTROL 1
|
|
|
|
#endif
|