diff options
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h new file mode 100644 index 0000000..068a36d --- /dev/null +++ b/src/const.h @@ -0,0 +1,4 @@ + +#define ROOM_COUNT 6 +#define MAX_SIZE 100 +#define MIN_SIZE 35 |