mirror of
https://github.com/zeldaret/st
synced 2026-05-24 07:10:56 -04:00
76c1ec9acf
* Decompile StartUp overlay (99%) * jp delinks * regression fix
14 lines
196 B
C++
14 lines
196 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
class UnkStruct_0204e640 {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk8 mUnk_04;
|
|
|
|
UnkStruct_0204e640();
|
|
};
|
|
|
|
extern UnkStruct_0204e640 data_0204e640;
|