Files
st/include/Unknown/UnkStruct_0204aeac.hpp
T
Yanis ed672be03f Decompile Title overlay (#20)
* Decompile Title overlay

* math structs as cpp when applicable

* fixes and improvements

* regressions fix 1

* regressions fix 2
2026-01-15 19:04:43 +01:00

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;