Fix build

This commit is contained in:
Phillip Stephens 2024-12-24 00:51:00 -08:00
parent 83267c7a4b
commit 68fe642582
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
#define _CDECALDESCRIPTION
#include "Kyoto/Particles/CGenDescription.hpp"
#include "Kyoto/TToken.hpp"
#include "rstl/optional_object.hpp"
class CDecalDescription {
public:
@ -18,10 +20,10 @@ public:
CDecalDescription();
// private:
// private:
SQuadDescr x0_quad1;
SQuadDescr x1c_quad2;
CGenDescription::TParticleModel x38_DMDL;
rstl::optional_object< TLockedToken< CModel > > x38_DMDL;
rstl::single_ptr< CIntElement > x48_DLFT;
rstl::single_ptr< CVectorElement > x4c_DMOP;
rstl::single_ptr< CVectorElement > x50_DMRT;