diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-07 20:22:08 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-07 20:22:08 +0000 |
| commit | f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3 (patch) | |
| tree | 70ba1e32832e93548d365d9b78191c68d9b34130 /list.c | |
| parent | fba6fc61eb86bcf43a0e25afb59ce539fbe96c7e (diff) | |
| download | puzzles-f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3.zip puzzles-f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3.tar.gz puzzles-f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3.tar.bz2 puzzles-f3ee3c8c518b9b9f6713ecb30f43c92cbaa937f3.tar.xz | |
Forgot to add Same Game to the big list for OS X.
[originally from svn r5918]
Diffstat (limited to 'list.c')
| -rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ extern const game net; extern const game netslide; extern const game pattern; extern const game rect; +extern const game samegame; extern const game sixteen; extern const game solo; extern const game twiddle; @@ -36,6 +37,7 @@ const game *gamelist[] = { &netslide, &pattern, &rect, + &samegame, &sixteen, &solo, &twiddle, |