mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
49a6f4f9fc
Add definitions, other junk.
9 lines
166 B
C
9 lines
166 B
C
//HEADER_GOES_HERE
|
|
#ifndef __TEXTDAT_H__
|
|
#define __TEXTDAT_H__
|
|
|
|
extern TextDataStruct alltext[259];
|
|
extern int gdwAllTextEntries;
|
|
|
|
#endif /* __TEXTDAT_H__ */
|