aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/puzzles.h b/puzzles.h
index c80f69b..e873351 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -14,6 +14,9 @@
#define lenof(array) ( sizeof(array) / sizeof(*(array)) )
+#define STR_INT(x) #x
+#define STR(x) STR_INT(x)
+
enum {
LEFT_BUTTON = 0x1000,
MIDDLE_BUTTON,