diff options
Diffstat (limited to 'NorthstarDLL/main.h')
-rw-r--r-- | NorthstarDLL/main.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NorthstarDLL/main.h b/NorthstarDLL/main.h index 412f1e25..50b87420 100644 --- a/NorthstarDLL/main.h +++ b/NorthstarDLL/main.h @@ -1,4 +1,4 @@ -#pragma once - -extern "C" __declspec(dllexport) bool InitialiseNorthstar(); -extern "C" __declspec(dllexport) bool LoadPlugins(); +#pragma once
+
+extern "C" __declspec(dllexport) bool InitialiseNorthstar();
+extern "C" __declspec(dllexport) bool LoadPlugins();
|