mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 12:46:08 +00:00
Re-organize MP1 specific world objects
This commit is contained in:
27
Runtime/MP1/World/CNewIntroBoss.hpp
Normal file
27
Runtime/MP1/World/CNewIntroBoss.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
#ifndef __URDE_MP1_CNEWINTROBOSS_HPP__
|
||||
#define __URDE_MP1_CNEWINTROBOSS_HPP__
|
||||
|
||||
#include "World/CPatterned.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CDamageInfo;
|
||||
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
class CNewIntroBoss : public CPatterned
|
||||
{
|
||||
public:
|
||||
CNewIntroBoss(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, CModelData&& mData, const CPatternedInfo& pInfo,
|
||||
const CActorParameters& actParms, float, u32, const CDamageInfo& dInfo,
|
||||
u32, u32, u32, u32);
|
||||
|
||||
void Accept(IVisitor &visitor);
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __URDE_MP1_CNEWINTROBOSS_HPP__
|
||||
Reference in New Issue
Block a user