summaryrefslogtreecommitdiff
path: root/include/dolphin/os/OSAudioSystem.h
blob: cf1f3ed03a36f3e168a52a469d40ebce7542e1de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OSAUDIOSYSTEM_H
#define OSAUDIOSYSTEM_H


#ifdef __cplusplus
extern "C" {
#endif

void __OSInitAudioSystem(void);
void __OSStopAudioSystem(void);

#ifdef __cplusplus
};
#endif

#endif /* OSAUDIOSYSTEM_H */