#ifndef _CWEAPONDESCRIPTION #define _CWEAPONDESCRIPTION #include "Kyoto/Particles/CVectorElement.hpp" #include "Kyoto/Particles/CModVectorElement.hpp" #include "rstl/single_ptr.hpp" class CWeaponDescription { public: rstl::single_ptr x0_IORN; rstl::single_ptr x4_IVEC; rstl::single_ptr x8_PSOV; rstl::single_ptr xc_PSVM; bool x10_VMD2; rstl::single_ptr x14_PSLT; rstl::single_ptr x18_PSCL; rstl::single_ptr x1c_PCOL; rstl::single_ptr x20_POFS; rstl::single_ptr x24_OFST; }; #endif // _CWEAPONDESCRIPTION