From 1b54bd48f96e2223808c0742f0b7177382047b70 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 1 Nov 2006 14:45:20 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@13 4f64403b-2f21-0410-a795-97e2b3489a10 --- random_message_changer/common.h | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 random_message_changer/common.h (limited to 'random_message_changer/common.h') 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 +#include +#include +#include +#include +#include +#include +#include +#include +#include "resource.h" + +//#include +//#include +#include +#include + +#define RMC "RandomMessageChanger" +//--------------------------------------------------------------------------- +extern PLUGINLINK *pluginLink; +extern HINSTANCE hInst; + +//--------------------------------------------------------------------------- + +#define STRING_LENGTH 265 + +void SetChangingTime(); + +//--------------------------------------------------------------------------- +#endif -- cgit v1.2.3