mirror of
https://github.com/zeldaret/st
synced 2026-07-06 21:52:49 -04:00
9987fee73a
* 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
18 lines
437 B
C++
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;
|