summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/example/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/example/main.cpp b/modules/example/main.cpp
index ab6ff64..f765cab 100644
--- a/modules/example/main.cpp
+++ b/modules/example/main.cpp
@@ -30,7 +30,7 @@ extern "C" __declspec(dllexport) PLUGININFO* SetPluginInfo()
extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
{
- pluginLink = link;
+ pluginLink = link; //necessary
MessageBoxA(0, "Plugin Example Succesful loaded", "INFO", MB_OK);
return 0; //all ok, retrun 0
}