Files
st/include/Unknown/UnkStruct_027e09b4.hpp
T
Alessevan 9987fee73a Decompiling MapObject UnkTSUB (aka Pot) (#101)
* feat: begin decompilation of UnkTsub

* refactor: rename mapobject

* feat: delink

* feat: introduce virtual functions

* fix: rename map object in jp delink

* feat: match 91% of the mapobject

* feat: increate .data match

* refactor: rename ModelRender2 with its vtable address

* style: remove empty lines

* refactor: change magic value
2026-07-05 13:35:40 +02:00

18 lines
437 B
C++

#pragma once
#include "global.h"
#include "types.h"
class UnkStruct_027e09b4 {
public:
/* 00 */ unk32 mUnk_00;
UnkStruct_027e09b4();
~UnkStruct_027e09b4();
void func_01fff60c(VecFx32 *param1, unk32 param2, unk32 param3, u8 param4, unk32 param5, unk32 param6);
void func_ov017_020c08c4(VecFx32 *param1, unk32 param2, unk32 param3, s32 param4, s32 param5, s32 param6);
};
extern UnkStruct_027e09b4 *data_027e09b4;