mirror of
https://github.com/zeldaret/st
synced 2026-06-11 21:18:47 -04:00
ed672be03f
* Decompile Title overlay * math structs as cpp when applicable * fixes and improvements * regressions fix 1 * regressions fix 2
18 lines
400 B
C++
18 lines
400 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_0204aeac {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_0204aeac();
|
|
~UnkStruct_0204aeac();
|
|
void func_0201c494(unk32 param1);
|
|
void func_0201c4d8(unk32 param1, unk32 param2, unk32 param3);
|
|
void func_0201c504(unk32 param1, unk32 param2, unk32 param3, unk32 param4);
|
|
};
|
|
|
|
extern UnkStruct_0204aeac data_0204aeac;
|