aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/context.h')
-rw-r--r--NorthstarDedicatedTest/context.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/NorthstarDedicatedTest/context.h b/NorthstarDedicatedTest/context.h
deleted file mode 100644
index b6097780..00000000
--- a/NorthstarDedicatedTest/context.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-enum class ScriptContext : int
-{
- SERVER,
- CLIENT,
- UI,
- NONE
-};
-
-const char* GetContextName(ScriptContext context); \ No newline at end of file