mirror of
https://github.com/zeldaret/st
synced 2026-07-07 05:55:05 -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
334 B
C++
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;
|