summary refs log tree commit diff stats
path: root/src/mazeoflife.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mazeoflife.h')
-rw-r--r--src/mazeoflife.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mazeoflife.h b/src/mazeoflife.h deleted file mode 100644 index 6af0cf4..0000000 --- a/src/mazeoflife.h +++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef MAZEOFLIFE_H
2#define MAZEOFLIFE_H
3
4const int WIDTH = 30;
5const int HEIGHT = 30;
6
7void wrap(int* x, int* y);
8Uint32 getColor(int r, int g, int b);
9
10#endif