mirror of
https://github.com/YohannDR/mzm.git
synced 2024-12-04 03:02:28 +00:00
11 lines
118 B
C
11 lines
118 B
C
#ifndef MUSIC_H
|
|
#define MUSIC_H
|
|
|
|
#include "types.h"
|
|
|
|
// Functions
|
|
|
|
void SoundUpdateAudio(void);
|
|
|
|
#endif /* MUSIC_H */
|