diff options
Diffstat (limited to 'plugins/!NotAdopted/sndVol/playSnd.h')
-rw-r--r-- | plugins/!NotAdopted/sndVol/playSnd.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/plugins/!NotAdopted/sndVol/playSnd.h b/plugins/!NotAdopted/sndVol/playSnd.h deleted file mode 100644 index b3582c0790..0000000000 --- a/plugins/!NotAdopted/sndVol/playSnd.h +++ /dev/null @@ -1,24 +0,0 @@ -#include <windows.h>
-#include <mmsystem.h>
-#include <basetsd.h>
-#include "dmusicc.h"
-#include "dmusici.h"
-#include <dxerr8.h>
-#include <tchar.h>
-#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);
-}
|