mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
Match ac_my_room.c
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define RHYTHM_H
|
||||
|
||||
#include "types.h"
|
||||
#include "audio.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -12,8 +13,8 @@ extern void Na_RhythmStop(u32);
|
||||
extern void Na_RhythmAllStop();
|
||||
extern f32 Na_GetRhythmAnimCounter(u32);
|
||||
extern s8 Na_GetRhythmDelay(u32);
|
||||
extern f32 Na_GetRhythmInfo(u32);
|
||||
extern void Na_SetRhythmInfo(f32);
|
||||
extern void Na_GetRhythmInfo(TempoBeat_c* rhythm);
|
||||
extern void Na_SetRhythmInfo(TempoBeat_c* rhythm);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user