Use a header/source set common to both advent and the dungeon builder.
This commit is contained in:
parent
0e160a665e
commit
1173a9a265
5 changed files with 19 additions and 22 deletions
8
common.h
Normal file
8
common.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* maximum size limits shared by dungeon compiler and runtime */
|
||||
|
||||
#define LOCSIZ 185
|
||||
#define NOBJECTS 100
|
||||
#define HNTSIZ 20
|
||||
|
||||
extern const char advent_to_ascii[129];
|
||||
extern const char ascii_to_advent[129];
|
Loading…
Add table
Add a link
Reference in a new issue