1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
planetblupi/wave.h

17 lines
450 B
C
Raw Normal View History

2017-01-21 17:27:46 +01:00
/***************************************************************************
*
* Copyright (C) 1996 Microsoft Corporation. All Rights Reserved.
*
* File: wave.h
* Content: DirectSound WAV routines include file
*
***************************************************************************/
2017-01-21 23:44:30 +01:00
#pragma once
2017-01-21 17:27:46 +01:00
#include <dsound.h>
void LoadWave(HINSTANCE hinst, int ResourceID,
LPDIRECTSOUND lpds,
LPDIRECTSOUNDBUFFER &lpDSB);