1
0
Fork 0
mirror of https://github.com/galaxyhaxz/devilution synced 2025-02-22 12:34:59 +00:00
devilution/2020_03_31/Source/msgcmd.h
PrisonOfMirrors b720183846 initial up
2020-11-28 18:24:54 -06:00

10 lines
246 B
C

//HEADER_GOES_HERE
#ifndef __MSGCMD_H__
#define __MSGCMD_H__
void msgcmd_cmd_cleanup();
void msgcmd_send_chat();
BOOL msgcmd_add_server_cmd_W(const char *chat_message);
void msgcmd_add_server_cmd(const char *command);
#endif /* __MSGCMD_H__ */