sound
This commit is contained in:
parent
4b4f3265e2
commit
c7678eaeab
9 changed files with 149 additions and 36 deletions
20
engine/include/GearSrc/Sound.h
Normal file
20
engine/include/GearSrc/Sound.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#ifndef __GEARSRC_SOUND_H__
|
||||
#define __GEARSRC_SOUND_H__
|
||||
|
||||
#include <GearSrc/MachDep.h>
|
||||
#include <GearSrc/TypeDefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define GSSoundRate 48000
|
||||
|
||||
GSDECL GSSound GSSoundOpen(GSClient client);
|
||||
GSDECL void GSSoundClose(GSSound sound);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue