mirror of https://github.com/AxioDL/metaforce.git
11 lines
153 B
C++
11 lines
153 B
C++
|
#include "CGunWeapon.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
CGunWeapon::CGunWeapon(u32, EWeaponType type, TUniqueId, EMaterialTypes, const zeus::CVector3f& vec)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|