mirror of
https://github.com/zeldaret/tp
synced 2026-07-08 14:36:36 -04:00
wip
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "dolphin/types.h"
|
||||
|
||||
struct J2DAnmLoaderDataBase {
|
||||
/* 80308A6C */ static void load(void const*);
|
||||
/* 80308A6C */ static void* load(void const*);
|
||||
};
|
||||
|
||||
class J2DAnmLoader {
|
||||
|
||||
@@ -128,6 +128,9 @@ public:
|
||||
void* getPointer(JSURandomInputStream* stream, u32 size, JKRArchive* archive);
|
||||
void animationTransform();
|
||||
void updateTransform(const J2DAnmTransform* transform);
|
||||
void setUserInfo(u64 info) {
|
||||
mUserInfoTag = info;
|
||||
}
|
||||
|
||||
static f32 static_mBounds[4];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user