From 77a1195d77034c00959dfd030e2eb7a57d58a88d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 9 May 2022 03:59:56 +0100 Subject: get rid of context file --- NorthstarDedicatedTest/context.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 NorthstarDedicatedTest/context.cpp (limited to 'NorthstarDedicatedTest/context.cpp') diff --git a/NorthstarDedicatedTest/context.cpp b/NorthstarDedicatedTest/context.cpp deleted file mode 100644 index 7478faa3..00000000 --- a/NorthstarDedicatedTest/context.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "pch.h" -#include "context.h" - -const char* GetContextName(ScriptContext context) -{ - if (context == ScriptContext::CLIENT) - return "CLIENT"; - else if (context == ScriptContext::SERVER) - return "SERVER"; - else if (context == ScriptContext::UI) - return "UI"; - - return ""; -} \ No newline at end of file -- cgit v1.2.3