diff options
Diffstat (limited to 'NorthstarDLL/clientchathooks.h')
-rw-r--r-- | NorthstarDLL/clientchathooks.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/NorthstarDLL/clientchathooks.h b/NorthstarDLL/clientchathooks.h new file mode 100644 index 00000000..79a1b3e2 --- /dev/null +++ b/NorthstarDLL/clientchathooks.h @@ -0,0 +1,5 @@ +#pragma once +#include "pch.h" +#include "serverchathooks.h" + +void InitialiseClientChatHooks(HMODULE baseAddress); |