From 163b104cb2c5a09d14bf7fcacab57e6fa704b005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 13 Jan 2013 11:49:53 +0000 Subject: Added sndVol sources (not adopted; old addons version, does someone has newer version?) git-svn-id: http://svn.miranda-ng.org/main/trunk@3093 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/sndVol/playSnd.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 plugins/!NotAdopted/sndVol/playSnd.h (limited to 'plugins/!NotAdopted/sndVol/playSnd.h') diff --git a/plugins/!NotAdopted/sndVol/playSnd.h b/plugins/!NotAdopted/sndVol/playSnd.h new file mode 100644 index 0000000000..f9a6c3299f --- /dev/null +++ b/plugins/!NotAdopted/sndVol/playSnd.h @@ -0,0 +1,24 @@ +#include +#include +#include +#include +#include +#include +#include +#include "DMUtil.h" +#include "DXUtil.h" + +//----------------------------------------------------------------------------- +// Defines, constants, and global variables +//----------------------------------------------------------------------------- + +namespace playSnd +{ + extern BOOL g_bInOption; + + HRESULT Init(); + void Destroy(); + HRESULT LoadSegmentFile( TCHAR* strFileName ); + BOOL WINAPI PlaySound(char* pszSound, HMODULE hmod, DWORD fdwSound); + BOOL SetVolume(long Value); +} -- cgit v1.2.3