diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-05-09 03:59:56 +0100 |
commit | 77a1195d77034c00959dfd030e2eb7a57d58a88d (patch) | |
tree | 660a0ce48a7c161abb091872db5260d01671a5a1 /NorthstarDedicatedTest/context.h | |
parent | 037113d4b8032cd3715d879c2f4b08f66fa2be43 (diff) | |
download | NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.tar.gz NorthstarLauncher-77a1195d77034c00959dfd030e2eb7a57d58a88d.zip |
get rid of context file
Diffstat (limited to 'NorthstarDedicatedTest/context.h')
-rw-r--r-- | NorthstarDedicatedTest/context.h | 11 |
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 |