diff options
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index b367e98a2..d5ae0a904 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -84,4 +84,7 @@ // debug images usage // #define DEBUG_IMAGES 1 +// debug SDL surfaces +// #define DEBUG_SDL_SURFACES 1 + #include "utils/perfomance.h" |