diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:45:50 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:45:50 +0000 |
commit | bded3f3d452e097995cbb1e695aaec13a739d1af (patch) | |
tree | 58063185028dd4c3f0aea9d34d2a670c610eb2a2 /shhhonidle/common.h | |
parent | 1b54bd48f96e2223808c0742f0b7177382047b70 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@14 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'shhhonidle/common.h')
-rw-r--r-- | shhhonidle/common.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/shhhonidle/common.h b/shhhonidle/common.h new file mode 100644 index 0000000..c74ec46 --- /dev/null +++ b/shhhonidle/common.h @@ -0,0 +1,25 @@ +#define MODULE "Shhh on Idle"
+
+// uses mim 0.6 options pages if available
+#define MIRANDA_VER 0x0600
+
+#include <windows.h>
+#include <stdio.h>
+#include "resource.h"
+
+#include <newpluginapi.h>
+
+#include "../include/m_system.h"
+#include "../include/m_langpack.h"
+#include "../include/m_options.h"
+#include "../include/m_idle.h"
+#include "../include/m_skin.h"
+#include "../include/m_database.h"
+#include "../include/m_clist.h"
+
+#include "../include/m_popup.h"
+
+#include "../alarms/m_alarms.h"
+
+extern HINSTANCE hInst;
+extern PLUGINLINK *pluginLink;
|