mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 10:46:08 +00:00
CPatterned & related headers; almost match CPuffer
Former-commit-id: 7fd19f0c12
This commit is contained in:
@@ -18,12 +18,13 @@ public:
|
||||
const CTransform4f& xf,
|
||||
const rstl::reserved_vector< int, int(CPlayerState::kIT_Max) >& itemCounts,
|
||||
bool, bool, bool);
|
||||
~CScriptSpawnPoint();
|
||||
|
||||
~CScriptSpawnPoint() override;
|
||||
void Accept(IVisitor&) override;
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&) override;
|
||||
|
||||
const CTransform4f& GetTransform() const;
|
||||
int GetPowerup(const CPlayerState::EItemType&) const;
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&);
|
||||
void Accept(IVisitor&);
|
||||
};
|
||||
|
||||
#endif // _CSCRIPTSPAWNPOINT
|
||||
|
||||
Reference in New Issue
Block a user