Decompile Title overlay (#20)

* Decompile Title overlay

* math structs as cpp when applicable

* fixes and improvements

* regressions fix 1

* regressions fix 2
This commit is contained in:
Yanis
2026-01-15 19:04:43 +01:00
committed by GitHub
parent 76c1ec9acf
commit ed672be03f
57 changed files with 1788 additions and 784 deletions
+16
View File
@@ -0,0 +1,16 @@
#pragma once
#include "global.h"
#include "types.h"
class UnkStruct_02049be0 {
public:
/* 00 */ unk32 mUnk_00;
UnkStruct_02049be0();
~UnkStruct_02049be0();
char *func_02014ff4();
};
extern UnkStruct_02049be0 data_02049be0;