From b2c26e66f54b87f2d2b035ad4a41c1f764ee38c6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 2 Mar 2013 20:12:51 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Nudge/src/headers.h | 56 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 12 deletions(-) (limited to 'plugins/Nudge/src/headers.h') diff --git a/plugins/Nudge/src/headers.h b/plugins/Nudge/src/headers.h index eb931c6da8..1cea468c1f 100644 --- a/plugins/Nudge/src/headers.h +++ b/plugins/Nudge/src/headers.h @@ -5,8 +5,6 @@ #define _CRT_SECURE_NO_WARNINGS -#pragma once - // Modify the following defines if you have to target a platform prior to the ones specified below. // Refer to MSDN for the latest info on corresponding values for different platforms. #ifndef WINVER // Allow use of features specific to Windows XP or later. @@ -26,33 +24,35 @@ #endif #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -// Windows Header Files: #include #include #include -#define MIRANDA_VER 0x0A00 -#include //CallService,UnHookEvent +#include #include #include -#include #include #include #include -#include #include #include #include #include #include -#include -#include #include #include -#include "resource.h" -#include "m_nudge.h" +#include +#include +#include +#include + +#include "resource.h" +#include "shake.h" +#include "Version.h" +#include "nudge.h" +#include "options.h" /* * @@ -67,4 +67,36 @@ int Preview(); /* * ****************************/ -HANDLE Nudge_GethContact(HANDLE); \ No newline at end of file +HANDLE Nudge_GethContact(HANDLE); + +/* +* +****************************/ +void Nudge_ShowPopup(CNudgeElement, HANDLE, TCHAR *); + +/* +* +****************************/ +void Nudge_ShowStatus(CNudgeElement, HANDLE, DWORD timestamp); + +/* +* +****************************/ +void Nudge_SentStatus(CNudgeElement, HANDLE); + +/* +* +****************************/ +void Nudge_AddAccount(PROTOACCOUNT *proto); + +/* +* +****************************/ +void LoadPopupClass(); + +/* +* +****************************/ +void AutoResendNudge(void *wParam) ; + +extern CShake shake; -- cgit v1.2.3