mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
15 lines
436 B
C
15 lines
436 B
C
/***************************************************************************
|
|
*
|
|
* Copyright (C) 1996 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: wave.h
|
|
* Content: DirectSound WAV routines include file
|
|
*
|
|
***************************************************************************/
|
|
|
|
#include <dsound.h>
|
|
|
|
void LoadWave(HINSTANCE hinst, int ResourceID,
|
|
LPDIRECTSOUND lpds,
|
|
LPDIRECTSOUNDBUFFER &lpDSB);
|