dungeon-generator/src/const.h

6 lines
81 B
C
Raw Normal View History

2021-08-01 14:36:18 +00:00
2021-08-01 23:58:38 +00:00
#define ROOM_COUNT 16
2021-08-01 14:36:18 +00:00
#define MAX_SIZE 100
#define MIN_SIZE 35
2021-08-01 23:58:38 +00:00
#define SEED 0