diff options
| author | jacob1 <jfu614@gmail.com> | 2012-12-18 02:11:33 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2012-12-18 02:11:33 (GMT) |
| commit | b5de23433d6da22552a7927b5f70d2555af3ad38 (patch) | |
| tree | 3d38f437df87678bdcc61625828390c6b6472497 /src/simulation/Air.h | |
| parent | f68cded2d2bd35989c5d81e710293ca2c96be36e (diff) | |
| download | powder-b5de23433d6da22552a7927b5f70d2555af3ad38.zip powder-b5de23433d6da22552a7927b5f70d2555af3ad38.tar.gz | |
fix '=' resetting air heat, fix uninitialized ambient heat setting, a few LOLZ / LOVE changes
Diffstat (limited to 'src/simulation/Air.h')
| -rw-r--r-- | src/simulation/Air.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Air.h b/src/simulation/Air.h index 936f54b..cad5606 100644 --- a/src/simulation/Air.h +++ b/src/simulation/Air.h @@ -30,6 +30,7 @@ public: void update_airh(void); void update_air(void); void Clear(); + void ClearAirH(); void Invert(); Air(Simulation & sim); }; |
