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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mazeoflife.h b/mazeoflife.h index 3cc6d6d..6af0cf4 100644 --- a/mazeoflife.h +++ b/mazeoflife.h
@@ -4,4 +4,7 @@
4const int WIDTH = 30; 4const int WIDTH = 30;
5const int HEIGHT = 30; 5const int HEIGHT = 30;
6 6
7void wrap(int* x, int* y);
8Uint32 getColor(int r, int g, int b);
9
7#endif 10#endif