0
0
mirror of https://github.com/galaxyhaxz/devilution.git synced 2026-04-28 20:57:31 +00:00

initial up

This commit is contained in:
PrisonOfMirrors
2020-11-28 18:24:54 -06:00
commit b720183846
321 changed files with 279369 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
//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__ */