Add CPowerBeam

Former-commit-id: 0d1b469f91
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-15 22:06:18 +02:00
parent 45ec66abc2
commit 68f99e4072
15 changed files with 235 additions and 28 deletions

View File

@@ -13,6 +13,7 @@
#include "rstl/auto_ptr.hpp"
#include "rstl/optional_object.hpp"
#include "rstl/pair.hpp"
#include "rstl/string.hpp"
class CAABox;
class CActorLights;
@@ -82,6 +83,8 @@ public:
CAABox GetBounds(const CTransform4f& xf) const;
CAABox GetBounds() const;
CTransform4f GetScaledLocatorTransform(const rstl::string& name) const;
bool HasAnimation() const { return !xc_animData.null(); }
bool IsNull() const { return xc_animData.null() && !x1c_normalModel; }