X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=common.h;fp=common.h;h=4daed0e1034ea8d86bd9ff80374028c7fe63f4eb;hb=1173a9a265a3132688830c26077129e3c624cd13;hp=0000000000000000000000000000000000000000;hpb=0e160a665eeb24d4614ff14e779d1c13bec3e778;p=open-adventure.git diff --git a/common.h b/common.h new file mode 100644 index 0000000..4daed0e --- /dev/null +++ b/common.h @@ -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];