mzm/include/music.h
2022-12-21 01:55:36 +01:00

11 lines
118 B
C

#ifndef MUSIC_H
#define MUSIC_H
#include "types.h"
// Functions
void SoundUpdateAudio(void);
#endif /* MUSIC_H */