mirror of
https://github.com/zeldaret/st
synced 2026-08-25 15:45:52 -04:00
f595c06b8d
* feat: begin curry decompiling * fix: create a cpp type for VecFx32 * fix: build issue * fix: jp as well * feat: improve ctor & dtor * feat: improve matching * fix: wrong value in animation tag * feat: add matching bytes * fix: change signature of Mityno's inline ctor * fix: change signature of ANOTHER Mityno's inline ctor * fix: match back function in CANS * feat: more matching * fix: build * feat: increase overall matching * feat: increase overall matching * fix: commit to stop infinite task * fix: better matching * feat: chagne jp symbols * feat: delink data and bss of KURI * fix: use VecFx32 constructor * fix: build issues
48 lines
1.1 KiB
C++
48 lines
1.1 KiB
C++
#pragma once
|
|
|
|
#include "Actor/Actor.hpp"
|
|
#include "Actor/ActorProfile.hpp"
|
|
#include "Actor/ActorUnkRMSV.hpp"
|
|
#include "Render/ModelRender.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_ov063_02163784 : public UnkStruct_ov063_021632e4 {
|
|
public:
|
|
/* 00 (base) */
|
|
/* 40 */
|
|
|
|
UnkStruct_ov063_02163784(ModelRender *param1, UnkActorFileSystem2 *param2) :
|
|
UnkStruct_ov063_021632e4(param1, param2) {};
|
|
};
|
|
|
|
class ActorUnkRBLS : public Actor {
|
|
public:
|
|
/* 00 (base) */
|
|
/* 94 */ ModelRender mUnk_94;
|
|
/* F4 */ UnkStruct_ov063_02163784 mUnk_F4;
|
|
/* 134 */ STRUCT_PAD(0x134, 0x160);
|
|
/* 160 */
|
|
|
|
ActorUnkRBLS();
|
|
|
|
/* 18 */ virtual bool vfunc_18(unk32 param1) override;
|
|
/* 20 */ virtual void vfunc_20(void) override;
|
|
/* 24 */ virtual void vfunc_24(void) override;
|
|
/* 2C */ virtual void vfunc_2C(unk32 param1) override;
|
|
|
|
void func_ov063_0215f3d4(void);
|
|
void func_ov063_0215f500(void);
|
|
};
|
|
|
|
class ActorProfileUnkRBLS : public ActorProfile_Derived1 {
|
|
public:
|
|
/* 00 (base) */
|
|
|
|
ActorProfileUnkRBLS();
|
|
|
|
/* 0C */ virtual Actor *Create();
|
|
|
|
static ActorProfileUnkRBLS *GetProfile();
|
|
};
|