diff options
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 |