mirror of
https://github.com/zeldaret/st
synced 2026-07-06 21:52:49 -04:00
1713ffc43b
* Decompile MainSelect overlay (~90%) * cleanup * jp delinks * fixed build and linking errors
14 lines
249 B
C++
14 lines
249 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
class UnkStruct_ov003_020ba740 {
|
|
public:
|
|
/* 000 */ unk8 mUnk_000[0x9D0];
|
|
/* 9D0 */ wchar_t mUnk_9D0[9];
|
|
|
|
void func_ov003_020b69d8(unk32 param1);
|
|
};
|
|
|
|
extern UnkStruct_ov003_020ba740 *data_ov003_020ba740;
|