mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-03-26 16:57:45 -07: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
|