diff options
Diffstat (limited to 'mazeoflife.h')
| -rw-r--r-- | mazeoflife.h | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/mazeoflife.h b/mazeoflife.h index 6af0cf4..d81c3ea 100644 --- a/mazeoflife.h +++ b/mazeoflife.h | |||
| @@ -6,5 +6,6 @@ const int HEIGHT = 30; | |||
| 6 | 6 | ||
| 7 | void wrap(int* x, int* y); | 7 | void wrap(int* x, int* y); |
| 8 | Uint32 getColor(int r, int g, int b); | 8 | Uint32 getColor(int r, int g, int b); |
| 9 | void changeState(State* nState); | ||
| 9 | 10 | ||
| 10 | #endif | 11 | #endif |
