diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-04-23 16:35:28 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-04-23 16:35:28 +0000 |
| commit | 0c55b7e16f6c1c3bc0c332ebdbfff9686262804b (patch) | |
| tree | 3eba3048d2cb577ce932a2b510fad92fa90a259e /puzzles.h | |
| parent | 134418abf77438979430f92747902a00e4473f52 (diff) | |
| download | puzzles-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |