mirror of
https://github.com/zeldaret/st
synced 2026-06-06 19:41:53 -04:00
1713ffc43b
* Decompile MainSelect overlay (~90%) * cleanup * jp delinks * fixed build and linking errors
16 lines
271 B
C++
16 lines
271 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
class UnkStruct_02049bd4 {
|
|
public:
|
|
/* 00 */ unk16 mUnk_00;
|
|
/* 02 */ u16 mUnk_02;
|
|
/* 04 */ u16 mUnk_04;
|
|
|
|
void func_02014c60(unk32 param1);
|
|
void func_02014cdc(unk32 param1);
|
|
};
|
|
|
|
extern UnkStruct_02049bd4 data_02049bd4;
|