mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 03:00:21 -04:00
timingB and createHeap 100%
This commit is contained in:
@@ -77,6 +77,9 @@ public:
|
||||
void fn_80030400(m3d::mdl_c &, u8, bool, u8);
|
||||
void fn_800306d0();
|
||||
void fn_80030700();
|
||||
|
||||
static void fn_80030980(m3d::mdl_c &, s32, bool markDirty);
|
||||
|
||||
void fn_80030c20(u32 flags, f32, f32, f32, f32);
|
||||
|
||||
s32 someEnemyDamageCollisionStuffMaybe(dColliderLinkedList &list, u16 *pOutFlags);
|
||||
|
||||
@@ -60,6 +60,13 @@ public:
|
||||
void setAnmFile(void *data) {
|
||||
mAnmFile = nw4r::g3d::ResFile(data);
|
||||
}
|
||||
nw4r::g3d::ResFile getAnmFile() {
|
||||
return mAnmFile;
|
||||
}
|
||||
|
||||
nw4r::g3d::ResFile getMdlFile() {
|
||||
return mMdlFile;
|
||||
}
|
||||
|
||||
protected:
|
||||
nw4r::g3d::ResFile mMdlFile;
|
||||
|
||||
Reference in New Issue
Block a user