mirror of
https://github.com/zeldaret/st
synced 2026-07-01 11:58:57 -04:00
b116e79e9f
* UnkStruct_027e09b8_001 OK * match func_ov001_020b7830 * fix build issues * UnkStruct_027e0cd8_001 49% * UnkStruct_027e0cd8_001 OK * fix build issues * UnkStruct_027e0cd8_0C_001 92% * port some MSL C++ headers from rb3 and key decomps * fix build issues * UnkStruct_027e0cd8_0C_001 98%
19 lines
301 B
C++
19 lines
301 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_02049bac {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_02049bac();
|
|
~UnkStruct_02049bac();
|
|
|
|
void func_02014a34(void *param1);
|
|
u64 func_02014b00();
|
|
};
|
|
|
|
// some time system?
|
|
extern UnkStruct_02049bac data_02049bac;
|