aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-04-23 16:35:28 +0000
committerSimon Tatham <anakin@pobox.com>2005-04-23 16:35:28 +0000
commit0c55b7e16f6c1c3bc0c332ebdbfff9686262804b (patch)
tree3eba3048d2cb577ce932a2b510fad92fa90a259e /puzzles.h
parent134418abf77438979430f92747902a00e4473f52 (diff)
downloadpuzzles-0c55b7e16f6c1c3bc0c332ebdbfff9686262804b.zip
puzzles-0c55b7e16f6c1c3bc0c332ebdbfff9686262804b.tar.gz
puzzles-0c55b7e16f6c1c3bc0c332ebdbfff9686262804b.tar.bz2
puzzles-0c55b7e16f6c1c3bc0c332ebdbfff9686262804b.tar.xz
Initial checkin of `Solo', the number-placing puzzle popularised by
the Times under the name `Sudoku'. [originally from svn r5660]
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,