mirror of
https://github.com/zeldaret/st
synced 2026-06-04 18:58:53 -04:00
1713ffc43b
* Decompile MainSelect overlay (~90%) * cleanup * jp delinks * fixed build and linking errors
12 lines
192 B
C++
12 lines
192 B
C++
#pragma once
|
|
|
|
#include "System/SysNew.hpp"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_0204aeec : public SysObject {
|
|
public:
|
|
void func_0201e698(void);
|
|
};
|
|
|
|
extern UnkStruct_0204aeec data_0204aeec;
|