mirror of
https://github.com/zeldaret/st
synced 2026-07-06 21:52:49 -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%
24 lines
446 B
C++
24 lines
446 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_ov026_02138d10 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_ov026_02138d10();
|
|
~UnkStruct_ov026_02138d10();
|
|
|
|
// overlay 0
|
|
void func_ov026_020dca14();
|
|
|
|
// overlay 26
|
|
unk32 func_ov026_020e13f4();
|
|
unk32 func_ov026_020e18fc();
|
|
void func_ov026_020e1440();
|
|
bool func_ov026_020e6a6c();
|
|
};
|
|
|
|
extern UnkStruct_ov026_02138d10 *data_ov026_02138d10;
|