mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
11 lines
211 B
C++
11 lines
211 B
C++
#pragma once
|
|
|
|
#include <revolution.h>
|
|
|
|
class LiveActor;
|
|
|
|
namespace MR {
|
|
void declareNoteNumMaxAndMelodyToCounter(LiveActor *, s32, s32, f32);
|
|
void addNoteToCounter();
|
|
void failureNoteCollection();
|
|
}; |