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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mazeoflife.h b/mazeoflife.h new file mode 100644 index 0000000..3cc6d6d --- /dev/null +++ b/mazeoflife.h
@@ -0,0 +1,7 @@
1#ifndef MAZEOFLIFE_H
2#define MAZEOFLIFE_H
3
4const int WIDTH = 30;
5const int HEIGHT = 30;
6
7#endif