Files

17 lines
214 B
C
Raw Permalink Normal View History

2021-03-28 22:49:05 +02:00
#ifndef OSAUDIOSYSTEM_H
#define OSAUDIOSYSTEM_H
#ifdef __cplusplus
extern "C" {
#endif
void __OSInitAudioSystem(void);
void __OSStopAudioSystem(void);
#ifdef __cplusplus
};
#endif
2021-03-28 22:49:05 +02:00
#endif /* OSAUDIOSYSTEM_H */