mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
fopMsgM_GetAppend OK
This commit is contained in:
@@ -164,6 +164,7 @@ public:
|
||||
void* getPointer(JSURandomInputStream* stream, u32 size, JKRArchive* archive);
|
||||
void animationTransform();
|
||||
void updateTransform(const J2DAnmTransform* transform);
|
||||
void setAlpha(u8 param_1);
|
||||
|
||||
private:
|
||||
/* 0x004 */ u16 _4;
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
#ifndef J2DPICTURE_H_
|
||||
#define J2DPICTURE_H_
|
||||
|
||||
#include "global.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class J2DPicture {};
|
||||
class J2DPicture {
|
||||
public:
|
||||
|
||||
// member functions
|
||||
void setBlendRatio(f32, f32);
|
||||
void append(const char*, f32);
|
||||
void insert(const char*, u8, f32);
|
||||
};
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef F_F_OP_MSG_MNG_H_
|
||||
#define F_F_OP_MSG_MNG_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#include "f/f_op/f_op_actor.h"
|
||||
#include "JSystem/J2DGraph/J2DPane.h"
|
||||
#include "JSystem/J2DGraph/J2DPicture/J2DPicture.h"
|
||||
|
||||
#endif
|
||||
@@ -28,8 +28,6 @@ typedef struct leaf_process_profile_definition {
|
||||
s32 unk24;
|
||||
} leaf_process_profile_definition;
|
||||
|
||||
int i = sizeof(process_profile_definition);
|
||||
|
||||
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf);
|
||||
s32 fpcLf_DrawMethod(leafdraw_method_class* pMthd, void* pUserData);
|
||||
s32 fpcLf_Draw(leafdraw_class* pMthd);
|
||||
|
||||
Reference in New Issue
Block a user