mirror of
https://github.com/encounter/tww.git
synced 2026-03-30 11:41:09 -07:00
adb95b135c
Original repository: https://github.com/encounter/ww
17 lines
214 B
C
17 lines
214 B
C
#ifndef OSAUDIOSYSTEM_H
|
|
#define OSAUDIOSYSTEM_H
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __OSInitAudioSystem(void);
|
|
void __OSStopAudioSystem(void);
|
|
|
|
#ifdef __cplusplus
|
|
};
|
|
#endif
|
|
|
|
#endif /* OSAUDIOSYSTEM_H */
|