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, 11 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/context.h b/NorthstarDedicatedTest/context.h
new file mode 100644
index 00000000..05506973
--- /dev/null
+++ b/NorthstarDedicatedTest/context.h
@@ -0,0 +1,11 @@
+#pragma once
+
+enum Context
+{
+ NONE,
+ CLIENT,
+ SERVER,
+ UI // this is used exclusively in scripts
+};
+
+const char* GetContextName(Context context); \ No newline at end of file