summaryrefslogtreecommitdiff
path: root/modules/example/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-08-02 01:29:14 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-08-02 01:29:14 +0300
commite81f9d9a479fd7851caa32ef6d8939ce246b901c (patch)
tree4f9e7fb5fbc4252ea887652f4574961e28c77b92 /modules/example/main.cpp
parent952247ad9720ca579d2f6eac596896bc2cddfe6b (diff)
basic pluglink implementation //it may be completely broken
Diffstat (limited to 'modules/example/main.cpp')
-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
}