Factor out handling of variables populated from the database.
[open-adventure.git] / database.h
1 extern const long RTXSIZ;
2 extern const long CLSMAX;
3 extern const long LOCSIZ;
4 extern const long LINSIZ;
5 extern const long TRNSIZ;
6 extern const long TABSIZ;
7 extern const long VRBSIZ;
8 extern long LINUSE;
9 extern long TRVS;
10 extern long CLSSES;
11 extern long TRNVLS;
12 extern long TABNDX;
13 extern long HNTMAX;
14 extern long PTEXT[101];
15 extern long RTEXT[278];
16 extern long CTEXT[13];
17 extern long OBJSND[101];
18 extern long OBJTXT[101];
19 extern long STEXT[186];
20 extern long LTEXT[186];
21 extern long COND[186];
22 extern long KEY[186];
23 extern long LOCSND[186];
24 extern long LINES[12500];
25 extern long CVAL[13];
26 extern long TTEXT[6];
27 extern long TRNVAL[6];
28 extern long TRAVEL[886];
29 extern long KTAB[331];
30 extern long ATAB[331];
31 extern long PLAC[101];
32 extern long FIXD[101];
33 extern long ACTSPK[36];
34 extern long HINTS[21][5];