add mod/xm
This commit is contained in:
parent
c7678eaeab
commit
1af31757fd
15 changed files with 499 additions and 47 deletions
20
engine/include/GearSrc/SoundDriver.h
Normal file
20
engine/include/GearSrc/SoundDriver.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef __GEARSRC_SOUNDDRIVER_H__
|
||||
#define __GEARSRC_SOUNDDRIVER_H__
|
||||
|
||||
#include <GearSrc/MachDep.h>
|
||||
#include <GearSrc/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define GSSoundDriverRate 48000
|
||||
|
||||
GSDECL GSSoundDriver GSSoundDriverOpen(GSClient client, GSSoundDriverReadCallback callback, void* opaque);
|
||||
GSDECL void GSSoundDriverClose(GSSoundDriver sound);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue