From 6aaac4cd452878acc59d9748bcd2d0e072d2a432 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 22 Feb 2023 23:08:44 +0000 Subject: Implement `dedi_sendPrintsToClient` (#418) * add CGlobals class and g_pGlobals, and update scripts to support * don't automatically enable antispeedhack (oops) * add dedicated.cpp * format * bad push oops * reformat again * implement dedi_sendPrintsToClient * update formatting --- NorthstarDLL/NorthstarDLL.vcxproj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'NorthstarDLL/NorthstarDLL.vcxproj') diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index bb28d575..7aa68841 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -413,6 +413,7 @@ + @@ -449,7 +450,7 @@ - + @@ -483,6 +484,7 @@ + Use @@ -540,7 +542,7 @@ - + @@ -549,4 +551,4 @@ - + \ No newline at end of file -- cgit v1.2.3