SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
Screen
NoteCounter.hpp
1
#pragma once
2
3
#include <revolution.h>
4
5
class
LiveActor
;
6
7
namespace
MR {
8
void
declareNoteNumMaxAndMelodyToCounter(
LiveActor
*, s32, s32, f32);
9
void
addNoteToCounter();
10
void
failureNoteCollection();
11
};
LiveActor
The basis of a drawable actor that can contain states (see: Nerve)
Definition
LiveActor.hpp:24
Generated by
1.10.0