summaryrefslogtreecommitdiff
path: root/MySpace/MySpace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/MySpace.cpp')
-rw-r--r--MySpace/MySpace.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp
index 1785be4..f9abd6a 100644
--- a/MySpace/MySpace.cpp
+++ b/MySpace/MySpace.cpp
@@ -7,6 +7,7 @@
#include "net.h"
#include "menu.h"
#include "arc4.h"
+#include "notifications.h"
///////////////////////////////////////////////
// Common Plugin Stuff
@@ -139,6 +140,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) {
}
InitARC4Module();
+ InitNotifications();
InitOptions();
/////////////
@@ -159,6 +161,7 @@ extern "C" __declspec (dllexport) int Unload(void) {
DeinitNetlib();
DeinitProto();
DeinitOptions();
+ DeinitNotifications();
DeinitARC4Module();
return 0;