aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/serverchathooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/serverchathooks.h')
-rw-r--r--NorthstarDLL/serverchathooks.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/NorthstarDLL/serverchathooks.h b/NorthstarDLL/serverchathooks.h
index f3425ae6..1d8a806a 100644
--- a/NorthstarDLL/serverchathooks.h
+++ b/NorthstarDLL/serverchathooks.h
@@ -23,7 +23,3 @@ void ChatSendMessage(unsigned int playerIndex, const char* text, bool isteam);
// messageType: send a specific message type
void ChatBroadcastMessage(
int fromPlayerIndex, int toPlayerIndex, const char* text, bool isTeam, bool isDead, CustomMessageType messageType);
-
-void InitialiseServerChatHooks_Engine(HMODULE baseAddress);
-
-void InitialiseServerChatHooks_Server(HMODULE baseAddress);