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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mazeoflife.h b/mazeoflife.h index 00a31cf..3cc6d6d 100644 --- a/mazeoflife.h +++ b/mazeoflife.h
@@ -3,13 +3,5 @@
3 3
4const int WIDTH = 30; 4const int WIDTH = 30;
5const int HEIGHT = 30; 5const int HEIGHT = 30;
6const int TICKDELAY = 5;
7
8void wrap(int* x, int* y);
9Uint32 getColor(int r, int g, int b);
10void changeState(State* nState);
11Uint32 tick(Uint32 interval, void *param);
12TTF_Font* loadFont(int size);
13const char* getDataFile();
14 6
15#endif 7#endif