Documentation improvements.
[open-adventure.git] / common.h
1 /* maximum size limits shared by dungeon compiler and runtime */
2
3 #define LOCSIZ          185
4 #define NOBJECTS        100
5 #define HNTSIZ           20
6
7 extern const char advent_to_ascii[128];
8 extern const char ascii_to_advent[128];