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/chatcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NorthstarDedicatedTest/chatcommand.h') diff --git a/NorthstarDedicatedTest/chatcommand.h b/NorthstarDedicatedTest/chatcommand.h index 1c095fb7..546d0126 100644 --- a/NorthstarDedicatedTest/chatcommand.h +++ b/NorthstarDedicatedTest/chatcommand.h @@ -1,3 +1,3 @@ #pragma once -void InitialiseChatCommands(HMODULE baseAddress); \ No newline at end of file +void InitialiseChatCommands(HMODULE baseAddress); -- cgit v1.2.3