mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 07:02:50 -04:00
18 lines
190 B
C
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
|