diff options
Diffstat (limited to 'NorthstarDedicatedTest/context.h')
-rw-r--r-- | NorthstarDedicatedTest/context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/context.h b/NorthstarDedicatedTest/context.h index aad57d74..ac2c5b30 100644 --- a/NorthstarDedicatedTest/context.h +++ b/NorthstarDedicatedTest/context.h @@ -1,6 +1,6 @@ #pragma once -enum Context +enum class ScriptContex : int { SERVER, CLIENT, @@ -8,4 +8,4 @@ enum Context NONE }; -const char* GetContextName(Context context);
\ No newline at end of file +const char* GetContextName(ScriptContex context);
\ No newline at end of file |