Revert override removal

This commit is contained in:
2023-02-06 12:01:01 -05:00
parent d43dc0ead2
commit b6ddfcfc35
148 changed files with 1030 additions and 1023 deletions

View File

@@ -26,12 +26,12 @@ public:
CCollidableOBBTreeGroup(CCollidableOBBTreeGroupContainer* container,
const CMaterialList& matList);
uint GetTableIndex() const;
CAABox CalculateAABox(const CTransform4f&) const;
CAABox CalculateLocalAABox() const;
FourCC GetPrimType() const;
~CCollidableOBBTreeGroup() {}
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const;
uint GetTableIndex() const override;
CAABox CalculateAABox(const CTransform4f&) const override;
CAABox CalculateLocalAABox() const override;
FourCC GetPrimType() const override;
~CCollidableOBBTreeGroup() override {}
CRayCastResult CastRayInternal(const CInternalRayCastStructure&) const override;
private:
CCollidableOBBTreeGroupContainer* x10_container;