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

11 lines
271 B
C

//HEADER_GOES_HERE
#ifndef __TMSG_H__
#define __TMSG_H__
extern TMsg *sgpTimedMsgHead;
int __fastcall tmsg_get(unsigned char *pbMsg, char bLen);
void __fastcall tmsg_add(unsigned char *pbMsg, char bLen);
void __cdecl tmsg_cleanup();
#endif /* __TMSG_H__ */