Archeus 0.0.0
A C library and game engine that focuses on documentation
Loading...
Searching...
No Matches
audio.h
Go to the documentation of this file.
1#ifndef ARC_AUDIO_H_
2#define ARC_AUDIO_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8typedef struct ARC_Audio ARC_Audio;
9
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif // !ARC_AUDIO_H_
struct ARC_Audio ARC_Audio
Definition audio.h:8
void ARC_Audio_Play(ARC_Audio *audio)