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