aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/clientchathooks.h
diff options
context:
space:
mode:
authorTom Barham <me@cpdt.dev>2022-02-22 08:33:53 +1000
committerGitHub <noreply@github.com>2022-02-21 19:33:53 -0300
commit8c9f34283f8670dda98959d0785d682e6f652a93 (patch)
tree5e9d8c10fb5d1df2816fac43e4db3b80cc7f93a0 /NorthstarDedicatedTest/clientchathooks.h
parentae9df9bc734c6c0364028c71db5e7236e7c344dd (diff)
downloadNorthstarLauncher-8c9f34283f8670dda98959d0785d682e6f652a93.tar.gz
NorthstarLauncher-8c9f34283f8670dda98959d0785d682e6f652a93.zip
Advanced chat: custom messages and client hooks (#74)
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com>
Diffstat (limited to 'NorthstarDedicatedTest/clientchathooks.h')
-rw-r--r--NorthstarDedicatedTest/clientchathooks.h5
1 files changed, 5 insertions, 0 deletions
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);