devilutionX/Source/error.h
galaxyhaxz 49a6f4f9fc
Add include guards, prepare for XRef (#28)
Add definitions, other junk.
2018-06-20 05:17:44 -05:00

17 lines
356 B
C

//HEADER_GOES_HERE
#ifndef __ERROR_H__
#define __ERROR_H__
extern char msgtable[80];
extern char msgdelay; // weak
extern char msgflag; // weak
extern char msgcnt; // weak
void __fastcall InitDiabloMsg(char e);
void __cdecl ClrDiabloMsg();
void __cdecl DrawDiabloMsg();
/* data */
extern char *MsgStrings[44];
#endif /* __ERROR_H__ */