aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/context.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-09-04 22:47:02 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 00:43:59 +0200
commitb80d330ac865aa97177825d09c7b1edc09114d11 (patch)
tree7402fd0f1603b6b74d6341a0abd2150d622435e8 /NorthstarDLL/context.h
parent4d6452865eb3e2b2abec3f5afe9de66ca7f1855b (diff)
downloadNorthstarLauncher-refactor-remove-context-file.tar.gz
NorthstarLauncher-refactor-remove-context-file.zip
Get rid of context filerefactor-remove-context-file
This is basically 77a1195d77034c00959dfd030e2eb7a57d58a88d from refactor PR redone on top of main
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);