d_a_obj_bmWindow OK (#2148)

This commit is contained in:
hatal175
2024-05-05 19:13:52 +03:00
committed by GitHub
parent 9f55d3f37a
commit 5d87d0cfa2
37 changed files with 401 additions and 2292 deletions
+12
View File
@@ -9,6 +9,7 @@
#include "d/bg/d_bg_s_lin_chk.h"
#include "d/bg/d_bg_s_wtr_chk.h"
#include "d/bg/d_bg_s_roof_chk.h"
#include "m_Do/m_Do_hostIO.h"
#define fopAcM_SetupActor(ptr,ClassName) \
if (!fopAcM_CheckCondition(ptr, fopAcCnd_INIT_e)) { \
@@ -61,6 +62,17 @@ struct fopAcM_search_prm {
/* 0x0A */ s8 mSubType;
};
// define to avoid vtable mess in WIP TUs
#ifndef HIO_entry_c_NO_VIRTUAL
struct fOpAcm_HIO_entry_c : public mDoHIO_entry_c {
virtual ~fOpAcm_HIO_entry_c() {}
};
#else
struct fOpAcm_HIO_entry_c {
~fOpAcm_HIO_entry_c();
};
#endif
class l_HIO {
public:
/* 8001E098 */ ~l_HIO() {}