Some additional clean up

This commit is contained in:
Anders Jenbo 2021-01-25 01:21:18 +01:00
commit 3d93478a6c
9 changed files with 158 additions and 139 deletions

View file

@ -12,8 +12,8 @@ DEVILUTION_BEGIN_NAMESPACE
extern "C" {
#endif
int tmsg_get(BYTE *pbMsg, DWORD dwMaxLen);
void tmsg_add(BYTE *pbMsg, BYTE bLen);
int tmsg_get(Uint8 *pbMsg, Uint32 dwMaxLen);
void tmsg_add(Uint8 *pbMsg, Uint8 bLen);
void tmsg_start();
void tmsg_cleanup();