summary refs log tree commit diff stats
path: root/src/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.h')
-rw-r--r--src/consts.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/consts.h b/src/consts.h new file mode 100644 index 0000000..2088f45 --- /dev/null +++ b/src/consts.h
@@ -0,0 +1,7 @@
1#ifndef CONSTS_H_9561E49C
2#define CONSTS_H_9561E49C
3
4const int GAME_WIDTH = 640;
5const int GAME_HEIGHT = 480;
6
7#endif /* end of include guard: CONSTS_H_9561E49C */