Some additional clean up
This commit is contained in:
parent
2845ea9624
commit
3d93478a6c
9 changed files with 158 additions and 139 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue