diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:45:20 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:45:20 +0000 |
commit | 1b54bd48f96e2223808c0742f0b7177382047b70 (patch) | |
tree | 5180beb55e2eb171c10ad14e93280e28311a09f0 /random_message_changer/common.h | |
parent | 49b4d6dd9d4d35adc9f02df4010a1a6b33faba63 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@13 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'random_message_changer/common.h')
-rw-r--r-- | random_message_changer/common.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/random_message_changer/common.h b/random_message_changer/common.h new file mode 100644 index 0000000..c42c22c --- /dev/null +++ b/random_message_changer/common.h @@ -0,0 +1,33 @@ +#ifndef _COMMON_INC
+#define _COMMON_INC
+
+//---------------------------------------------------------------------------
+#include <windows.h>
+#include <prsht.h>
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_clist.h>
+#include <m_protosvc.h>
+#include <m_skin.h>
+#include <m_options.h>
+#include "resource.h"
+
+//#include <iostream>
+//#include <fstream>
+#include <stdio.h>
+#include <time.h>
+
+#define RMC "RandomMessageChanger"
+//---------------------------------------------------------------------------
+extern PLUGINLINK *pluginLink;
+extern HINSTANCE hInst;
+
+//---------------------------------------------------------------------------
+
+#define STRING_LENGTH 265
+
+void SetChangingTime();
+
+//---------------------------------------------------------------------------
+#endif
|