diff --git a/include/debug.h b/include/debug.h index ff001e0d..a479a04b 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,6 +1,10 @@ #ifndef DEBUG_H #define DEBUG_H +#define gEXMatrixGroupDecomposed(...) +#define gEXMatrixGroupDecomposedNormal(...) +#define gEXPopMatrixGroup(...) + #define DEBUG_SPEED_CONTROL 1 #endif