dungeon-generator/src/const.h

5 lines
63 B
C

#define ROOM_COUNT 6
#define MAX_SIZE 100
#define MIN_SIZE 35