Files
ac-decomp/include/audio.h
T
2023-03-25 00:24:06 -04:00

18 lines
190 B
C

#ifndef AUDIO_H
#define AUDIO_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void sAdo_GameFrame();
extern void sAdo_SoftReset();
#ifdef __cplusplus
}
#endif
#endif