mirror of
https://github.com/zeldaret/st
synced 2026-05-23 15:01:41 -04:00
76c1ec9acf
* Decompile StartUp overlay (99%) * jp delinks * regression fix
17 lines
272 B
C++
17 lines
272 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
class SysFault {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk8 mUnk_04;
|
|
/* 05 */ unk8 mUnk_05;
|
|
|
|
void func_020125a4(char *file, u16 line, char *msg, ...);
|
|
|
|
void func_ov018_020c4840();
|
|
};
|
|
|
|
extern SysFault data_02049984;
|