Match and link CProjectileInfo

Former-commit-id: 928ade0175
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-20 14:18:42 +03:00
parent a4473acb2a
commit 9d78c47057
13 changed files with 166 additions and 16 deletions

View File

@@ -0,0 +1,23 @@
#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<CVectorElement> x0_IORN;
rstl::single_ptr<CVectorElement> x4_IVEC;
rstl::single_ptr<CVectorElement> x8_PSOV;
rstl::single_ptr<CModVectorElement> xc_PSVM;
bool x10_VMD2;
rstl::single_ptr<CIntElement> x14_PSLT;
rstl::single_ptr<CVectorElement> x18_PSCL;
rstl::single_ptr<CColorElement> x1c_PCOL;
rstl::single_ptr<CVectorElement> x20_POFS;
rstl::single_ptr<CVectorElement> x24_OFST;
};
#endif // _CWEAPONDESCRIPTION