mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Removeall remaining sym off fakematches, correctly fix more weak func order
This commit is contained in:
@@ -23,6 +23,19 @@
|
||||
#include "d/d_cc_d.h"
|
||||
#include "JSystem/JUtility/JUTReport.h"
|
||||
|
||||
class daBst_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daBst_HIO_c();
|
||||
virtual ~daBst_HIO_c() {}
|
||||
|
||||
void genMessage(JORMContext* ctx);
|
||||
|
||||
public:
|
||||
/* 0x4 */ s8 field_0x4;
|
||||
/* 0x5 */ u8 field_0x5;
|
||||
/* 0x6 */ u8 field_0x6;
|
||||
};
|
||||
|
||||
static u8 hio_set;
|
||||
static daBst_HIO_c l_HIO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user