mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -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