summaryrefslogtreecommitdiff
path: root/MySpace/MySpace.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-09 13:44:27 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-09 13:44:27 +0000
commit68368a3478231511990298a666289c920319206e (patch)
tree3e8d56f954219f3e02ee25b5957a6db7ab3a49af /MySpace/MySpace.cpp
parent37be3cf3d8e43198e577a85a6f2c6e12e8dd59db (diff)
added sounds for notification events
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@261 4f64403b-2f21-0410-a795-97e2b3489a10
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;