mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-06 13:11:05 -04:00
@@ -0,0 +1,16 @@
|
||||
#ifndef OSAUDIOSYSTEM_H
|
||||
#define OSAUDIOSYSTEM_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void __OSInitAudioSystem(void);
|
||||
void __OSStopAudioSystem(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* OSAUDIOSYSTEM_H */
|
||||
Reference in New Issue
Block a user