work on d_a_dummy.h

This commit is contained in:
Wishful1
2024-01-19 05:42:02 +11:00
parent f6bb094fef
commit 03c5c761d7
+11 -6
View File
@@ -6,16 +6,21 @@
namespace daDummy {
class Act_c : public fopAc_ac_c {
public:
void solidHeapCB(fopAc_ac_c*);
void create_heap();
static BOOL solidHeapCB(fopAc_ac_c*);
bool create_heap();
s32 _create();
BOOL _delete();
bool _delete();
void set_mtx();
BOOL _execute();
BOOL _draw();
bool _execute();
bool _draw();
virtual ~Act_c();
public:
/* Place member variables here */
/* 0x290 */ // vtable
/* 0x294 */ u8 field_0x294[0x29c - 0x294];
/* 0x29c */ Mtx field_0x29c;
};
};