Initial checkin of `Solo', the number-placing puzzle popularised by

the Times under the name `Sudoku'.

[originally from svn r5660]
This commit is contained in:
Simon Tatham
2005-04-23 16:35:28 +00:00
parent 134418abf7
commit 0c55b7e16f
5 changed files with 1565 additions and 9 deletions

View File

@ -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,