mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 20:48:11 -04:00
Extend daCLOTH_HIO_c with JORReflexible and add static instance l_HIO in d_menu_cloth
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
/* 0x913E */ u8 field_913e[0x9168 - 0x913E];
|
||||
};
|
||||
|
||||
class daCLOTH_HIO_c {
|
||||
class daCLOTH_HIO_c : public JORReflexible {
|
||||
public:
|
||||
daCLOTH_HIO_c();
|
||||
};
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
#include "d/dolzel.h" // IWYU pragma: keep
|
||||
#include "d/d_menu_cloth.h"
|
||||
|
||||
static daCLOTH_HIO_c l_HIO;
|
||||
|
||||
/* 8019940C-8019966C .text __ct__13daCLOTH_HIO_cFv */
|
||||
daCLOTH_HIO_c::daCLOTH_HIO_c() {
|
||||
/* Nonmatching */
|
||||
|
||||
Reference in New Issue
Block a user