Use a header/source set common to both advent and the dungeon builder.

This commit is contained in:
Jason S. Ninneman 2017-06-10 13:36:29 -07:00
parent 0e160a665e
commit 1173a9a265
5 changed files with 19 additions and 22 deletions

View file

@ -1,5 +0,0 @@
/* maximum size limits shared by dungeon compiler and runtime */
#define LOCSIZ 185
#define NOBJECTS 100
#define HNTSIZ 20