diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-19 03:13:28 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-12-19 03:13:28 +0000 |
commit | 75b9583a6b66c09596f4c0a25188ba4d99ca34da (patch) | |
tree | 4eef5ac3c28faa511d08be350f6bc028d5ebc290 /NorthstarDedicatedTest/context.h | |
parent | 682a00eaac30139929b1bb179ae7f4aa1a038572 (diff) | |
download | NorthstarLauncher-75b9583a6b66c09596f4c0a25188ba4d99ca34da.tar.gz NorthstarLauncher-75b9583a6b66c09596f4c0a25188ba4d99ca34da.zip |
openssl support
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 |