mirror of
https://github.com/zeldaret/st
synced 2026-07-03 04:53:00 -04:00
76c1ec9acf
* Decompile StartUp overlay (99%) * jp delinks * regression fix
20 lines
372 B
C++
20 lines
372 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_ov000_020b4ec4_Base {
|
|
public:
|
|
UnkStruct_ov000_020b4ec4_Base();
|
|
};
|
|
|
|
class UnkStruct_ov000_020b4ec4 : public UnkStruct_ov000_020b4ec4_Base {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
|
|
UnkStruct_ov000_020b4ec4();
|
|
~UnkStruct_ov000_020b4ec4();
|
|
};
|
|
|
|
extern UnkStruct_ov000_020b4ec4 data_ov000_020b4ec4;
|