diff options
Diffstat (limited to 'source/game/StarWorldRenderData.hpp')
-rw-r--r-- | source/game/StarWorldRenderData.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarWorldRenderData.hpp b/source/game/StarWorldRenderData.hpp index 1d1bc09..b13fef5 100644 --- a/source/game/StarWorldRenderData.hpp +++ b/source/game/StarWorldRenderData.hpp @@ -9,6 +9,7 @@ #include "StarParticle.hpp" #include "StarWeatherTypes.hpp" #include "StarEntity.hpp" +#include "StarThread.hpp" namespace Star { @@ -26,6 +27,7 @@ struct WorldRenderData { RenderTileArray tiles; Vec2I lightMinPosition; Image lightMap; + Image tileLightMap; List<EntityDrawables> entityDrawables; List<Particle> particles; |