aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpg9182 <96569817+pg9182@users.noreply.github.com>2023-04-19 18:06:43 -0400
committerGitHub <noreply@github.com>2023-04-19 18:06:43 -0400
commit10b6839d9c55568efe8241983c9c92212900fe4e (patch)
tree2da249b61bf734a7d60d92d9ff862ffe5d76ccc6
parent34af81a7d85e986f8acd7f4f10f098738a5a7c0c (diff)
downloadNorthstarLauncher-10b6839d9c55568efe8241983c9c92212900fe4e.tar.gz
NorthstarLauncher-10b6839d9c55568efe8241983c9c92212900fe4e.zip
Remove leftover LoadPlugins declaration (#449)
Doesn't exist since 450d0b1ed437cf37b4309af952af8904f3f07768 (#343).
-rw-r--r--NorthstarDLL/dllmain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/dllmain.h b/NorthstarDLL/dllmain.h
index 412f1e25..0debf379 100644
--- a/NorthstarDLL/dllmain.h
+++ b/NorthstarDLL/dllmain.h
@@ -1,4 +1,3 @@
#pragma once
extern "C" __declspec(dllexport) bool InitialiseNorthstar();
-extern "C" __declspec(dllexport) bool LoadPlugins();