mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 12:37:18 -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
|
||||
Reference in New Issue
Block a user