Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Dec 24, 2024
1 parent 83267c7 commit 68fe642
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/Weapons/CDecalDescription.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define _CDECALDESCRIPTION

#include "Kyoto/Particles/CGenDescription.hpp"
#include "Kyoto/TToken.hpp"
#include "rstl/optional_object.hpp"

class CDecalDescription {
public:
Expand All @@ -18,10 +20,10 @@ class CDecalDescription {

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;
Expand Down

0 comments on commit 68fe642

Please sign in to comment.