diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-20 21:18:55 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-20 21:18:55 +0000 |
commit | e2c028702096367c6d10f3659d4c11f598829e2c (patch) | |
tree | 5c552595b812ce2d6f2a412ee4cea5791bde95ef /NorthstarDedicatedTest/context.h | |
parent | 6cacfd312ad4f433fa5acd3e1dc6383ca5685211 (diff) | |
download | NorthstarLauncher-e2c028702096367c6d10f3659d4c11f598829e2c.tar.gz NorthstarLauncher-e2c028702096367c6d10f3659d4c11f598829e2c.zip |
auth fix and typo fix
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 ac2c5b30..b6097780 100644 --- a/NorthstarDedicatedTest/context.h +++ b/NorthstarDedicatedTest/context.h @@ -1,6 +1,6 @@ #pragma once -enum class ScriptContex : int +enum class ScriptContext : int { SERVER, CLIENT, @@ -8,4 +8,4 @@ enum class ScriptContex : int NONE }; -const char* GetContextName(ScriptContex context);
\ No newline at end of file +const char* GetContextName(ScriptContext context);
\ No newline at end of file |