Files

17 lines
214 B
C
Raw Permalink Normal View History

2023-09-10 00:42:26 -04:00
#ifndef OSAUDIOSYSTEM_H
#define OSAUDIOSYSTEM_H
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitAudioSystem(void);
void __OSStopAudioSystem(void);
#ifdef __cplusplus
};
#endif
#endif /* OSAUDIOSYSTEM_H */