Merge pull request #191 from swekka/d_a_obj_F400_gate_leaf

d_a_obj_F400_gate_leaf OK
This commit is contained in:
robojumper
2025-05-28 19:06:59 +02:00
committed by GitHub
5 changed files with 72 additions and 8 deletions
+7
View File
@@ -8,7 +8,14 @@ public:
dAcOF400GateLeaf_c() {}
virtual ~dAcOF400GateLeaf_c() {}
virtual bool createHeap() override;
virtual int create() override;
virtual int draw() override;
u16 getStoryflag();
private:
/* 0x330 */ m3d::smdl_c mMdl;
};
#endif
+4
View File
@@ -35,6 +35,10 @@ public:
u16 getUncommittedValue_Priv(u16 flag) const;
u32 checkFlagValid(u16 counterIdx) const {
return mpFlagIndex->checkFlagValid(counterIdx, mFlagCount);
}
protected:
void setFlagSizes(u16 flagCount, u16 flagSizeBytes);