summary refs log tree commit diff stats
path: root/mazeoflife.h
diff options
context:
space:
mode:
Diffstat (limited to 'mazeoflife.h')
-rw-r--r--mazeoflife.h1
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
7void wrap(int* x, int* y); 7void wrap(int* x, int* y);
8Uint32 getColor(int r, int g, int b); 8Uint32 getColor(int r, int g, int b);
9void changeState(State* nState);
9 10
10#endif 11#endif