devilutionX/Source/tmsg.h
squidcc 8fd0561588 clean all tmsg functions (#357)
* clean all tmsg functions

* type fix-ups
2018-10-06 16:35:20 +02:00

9 lines
226 B
C

//HEADER_GOES_HERE
#ifndef __TMSG_H__
#define __TMSG_H__
int __fastcall tmsg_get(BYTE *pbMsg, DWORD dwMaxLen);
void __fastcall tmsg_add(BYTE *pbMsg, BYTE bLen);
void* __cdecl tmsg_cleanup();
#endif /* __TMSG_H__ */