mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 05:27:01 +00:00
Various Implementations
This commit is contained in:
22
Runtime/MP1/CWarWasp.hpp
Normal file
22
Runtime/MP1/CWarWasp.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef CWARWASP_HPP
|
||||
#define CWARWASP_HPP
|
||||
|
||||
#include "World/CPatterned.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CDamageInfo;
|
||||
namespace MP1
|
||||
{
|
||||
class CWarWasp : public CPatterned
|
||||
{
|
||||
public:
|
||||
CWarWasp(TUniqueId uid, const std::string& name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, CModelData&& mData, const CPatternedInfo& pInfo,
|
||||
CPatterned::EFlavorType flavor, CPatterned::EColliderType, const CDamageInfo& dInfo1, const CActorParameters&,
|
||||
ResId weapon, const CDamageInfo& dInfo2, ResId particle, u32 w3);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
#endif // CWARWASP_HPP
|
||||
Reference in New Issue
Block a user