devilutionX/Source/textdat.h
aperturesecurity 42ce77ce05 Rebirth and Nuke
2018-09-30 16:17:16 +03:00

8 lines
178 B
C

//HEADER_GOES_HERE
#ifndef __TEXTDAT_H__
#define __TEXTDAT_H__
extern const TextDataStruct alltext[259];
extern const int gdwAllTextEntries;
#endif /* __TEXTDAT_H__ */