diff options
Diffstat (limited to 'NorthstarDLL/chatcommand.h')
-rw-r--r-- | NorthstarDLL/chatcommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/chatcommand.h b/NorthstarDLL/chatcommand.h new file mode 100644 index 00000000..546d0126 --- /dev/null +++ b/NorthstarDLL/chatcommand.h @@ -0,0 +1,3 @@ +#pragma once + +void InitialiseChatCommands(HMODULE baseAddress); |