diff options
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;
|