Match ac_my_room.c

This commit is contained in:
Cuyler36
2024-03-25 00:06:16 -04:00
parent 779b0da981
commit 5083c7f2ba
16 changed files with 6995 additions and 732 deletions
+3 -2
View File
@@ -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
}