mirror of
https://github.com/zeldaret/st
synced 2026-05-24 07:10:56 -04:00
ed672be03f
* Decompile Title overlay * math structs as cpp when applicable * fixes and improvements * regressions fix 1 * regressions fix 2
17 lines
244 B
C++
17 lines
244 B
C++
#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;
|