SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
include
Game
LiveActor
DisplayListMaker.hpp
1
#pragma once
2
3
#include <revolution.h>
4
5
class
J3DAnmBase;
6
7
class
DisplayListMaker
{
8
public
:
9
void
onCurFlagBpk(
const
J3DAnmBase *);
10
void
offCurFlagBpk(
const
J3DAnmBase *);
11
void
onCurFlagBtp(
const
J3DAnmBase *);
12
void
offCurFlagBtp(
const
J3DAnmBase *);
13
void
onCurFlagBtk(
const
J3DAnmBase *);
14
void
offCurFlagBtk(
const
J3DAnmBase *);
15
void
onCurFlagBrk(
const
J3DAnmBase *);
16
void
offCurFlagBrk(
const
J3DAnmBase *);
17
18
void
newDifferedDisplayList();
19
20
void
update();
21
22
bool
isValidDiff();
23
};
DisplayListMaker
Definition
DisplayListMaker.hpp:7
Generated by
1.10.0