diff options
Diffstat (limited to 'list.c')
| -rw-r--r-- | list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,6 +31,7 @@ extern const game pegs; extern const game rect; extern const game samegame; extern const game sixteen; +extern const game slant; extern const game solo; extern const game twiddle; extern const game untangle; @@ -50,6 +51,7 @@ const game *gamelist[] = { &rect, &samegame, &sixteen, + &slant, &solo, &twiddle, &untangle, |