From 4e9cd2481373c1a9010ddd1d038445871716a2b8 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Thu, 17 Oct 2024 01:59:18 -0300 Subject: [PATCH] macros --- include/debug.h | 4 ++++ 1 file changed, 4 insertions(+) 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