mirror of
https://github.com/galaxyhaxz/devilution.git
synced 2026-04-28 20:57:31 +00:00
initial up
This commit is contained in:
10
2020_03_31/Source/msgcmd.h
Normal file
10
2020_03_31/Source/msgcmd.h
Normal 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__ */
|
||||
Reference in New Issue
Block a user