summaryrefslogtreecommitdiff
path: root/src/simulation/Snapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/Snapshot.h')
-rw-r--r--src/simulation/Snapshot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/Snapshot.h b/src/simulation/Snapshot.h
index a1c34fa..d47f363 100644
--- a/src/simulation/Snapshot.h
+++ b/src/simulation/Snapshot.h
@@ -10,6 +10,7 @@ public:
std::vector<float> AirPressure;
std::vector<float> AirVelocityX;
std::vector<float> AirVelocityY;
+ std::vector<float> AmbientHeat;
std::vector<Particle> Particles;
std::vector<Particle> PortalParticles;
@@ -31,6 +32,7 @@ public:
AirPressure(),
AirVelocityX(),
AirVelocityY(),
+ AmbientHeat(),
Particles(),
PortalParticles(),
WirelessData(),