aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/context.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 03:59:56 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 03:59:56 +0100
commit77a1195d77034c00959dfd030e2eb7a57d58a88d (patch)
tree660a0ce48a7c161abb091872db5260d01671a5a1 /NorthstarDedicatedTest/context.cpp
parent037113d4b8032cd3715d879c2f4b08f66fa2be43 (diff)
downloadNorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.tar.gz
NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.zip
get rid of context file
Diffstat (limited to 'NorthstarDedicatedTest/context.cpp')
-rw-r--r--NorthstarDedicatedTest/context.cpp14
1 files changed, 0 insertions, 14 deletions
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