diff options
Diffstat (limited to 'NorthstarDLL/main.h')
-rw-r--r-- | NorthstarDLL/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDLL/main.h b/NorthstarDLL/main.h new file mode 100644 index 00000000..64f9cfd2 --- /dev/null +++ b/NorthstarDLL/main.h @@ -0,0 +1,4 @@ +#pragma once + +extern "C" __declspec(dllexport) bool InitialiseNorthstar(); +extern "C" __declspec(dllexport) bool LoadPlugins();
\ No newline at end of file |