aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-04 23:05:01 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-04 23:05:01 +0200
commit39f73a68730e9336f2469fdf1024dab771a85fb3 (patch)
tree907a67464bef953ea57ed8ff29578d51256ed138
parent7c2b56b1e978a23c55bb1d587a6633a7de81185c (diff)
downloadNorthstarLauncher-39f73a68730e9336f2469fdf1024dab771a85fb3.tar.gz
NorthstarLauncher-39f73a68730e9336f2469fdf1024dab771a85fb3.zip
Revert "Remove leftover LoadPlugins declaration (#449)"
This reverts commit 10b6839d9c55568efe8241983c9c92212900fe4e.
-rw-r--r--NorthstarDLL/dllmain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/dllmain.h b/NorthstarDLL/dllmain.h
index 0debf379..412f1e25 100644
--- a/NorthstarDLL/dllmain.h
+++ b/NorthstarDLL/dllmain.h
@@ -1,3 +1,4 @@
#pragma once
extern "C" __declspec(dllexport) bool InitialiseNorthstar();
+extern "C" __declspec(dllexport) bool LoadPlugins();