mzm/include/music.h

11 lines
118 B
C
Raw Permalink Normal View History

#ifndef MUSIC_H
#define MUSIC_H
2022-03-19 10:52:39 +00:00
#include "types.h"
2022-09-11 21:20:21 +00:00
// Functions
2022-07-14 23:54:05 +00:00
void SoundUpdateAudio(void);
2022-12-20 18:02:02 +00:00
#endif /* MUSIC_H */