summaryrefslogtreecommitdiff
path: root/src/const.h
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-08-01 15:36:18 +0100
committerdavidovski <david@sendula.com>2021-08-01 15:36:18 +0100
commite3e3eb890f876c878c06a046c7c7e96583adc7ed (patch)
treef35d36cc5510893df37bf846be199c6ec1eafb90 /src/const.h
parent0f5e0c8d912dcdfe01d6a2bc693ef98eda82c336 (diff)
fixed mst calculations
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h4
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