From 8c9f34283f8670dda98959d0785d682e6f652a93 Mon Sep 17 00:00:00 2001 From: Tom Barham Date: Tue, 22 Feb 2022 08:33:53 +1000 Subject: Advanced chat: custom messages and client hooks (#74) Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com> --- NorthstarDedicatedTest/clientchathooks.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NorthstarDedicatedTest/clientchathooks.h (limited to 'NorthstarDedicatedTest/clientchathooks.h') diff --git a/NorthstarDedicatedTest/clientchathooks.h b/NorthstarDedicatedTest/clientchathooks.h new file mode 100644 index 00000000..79a1b3e2 --- /dev/null +++ b/NorthstarDedicatedTest/clientchathooks.h @@ -0,0 +1,5 @@ +#pragma once +#include "pch.h" +#include "serverchathooks.h" + +void InitialiseClientChatHooks(HMODULE baseAddress); -- cgit v1.2.3