aboutsummaryrefslogtreecommitdiff
path: root/source/cheats.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cheats.h')
-rw-r--r--source/cheats.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/cheats.h b/source/cheats.h
index c3b38d5..c3a7a54 100644
--- a/source/cheats.h
+++ b/source/cheats.h
@@ -89,6 +89,8 @@
#ifndef _CHEATS_H_
#define _CHEATS_H_
+#ifdef WANT_CHEATS
+
#define MAX_SFCCHEAT_NAME 48
#define MAX_CHEATS_T 800
@@ -159,3 +161,5 @@ void S9xOutputCheatSearchResults (SCheatData *cheats);
#endif
+#endif
+