mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 09:11:21 +00:00
15 lines
212 B
C++
15 lines
212 B
C++
#include "CGunWeapon.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
CGunWeapon::CGunWeapon(u32, EWeaponType type, TUniqueId, EMaterialTypes, const zeus::CVector3f& vec)
|
|
{
|
|
}
|
|
|
|
void CGunWeapon::AsyncLoadSuitArm(CStateManager& mgr)
|
|
{
|
|
}
|
|
|
|
}
|