Files
st/include/Unknown/UnkStruct_027e0d38.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
334 B
C++

#pragma once
#include "global.h"
#include "types.h"
class UnkStruct_027e0d38 {
public:
/* 00 */ unk32 mUnk_00;
UnkStruct_027e0d38();
~UnkStruct_027e0d38();
bool func_ov031_020d9c04(unk32 param1, unk32 param2, unk32 param3);
void func_ov031_020d9c44(unk32 param1);
};
extern UnkStruct_027e0d38 *data_027e0d38;