diff options
Diffstat (limited to 'NorthstarDLL/dedicated/dedicated.h')
-rw-r--r-- | NorthstarDLL/dedicated/dedicated.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/dedicated/dedicated.h b/NorthstarDLL/dedicated/dedicated.h new file mode 100644 index 00000000..82806763 --- /dev/null +++ b/NorthstarDLL/dedicated/dedicated.h @@ -0,0 +1,3 @@ +#pragma once + +bool IsDedicatedServer(); |