summaryrefslogtreecommitdiff
path: root/src/simulation/elements/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/elements/Element.h')
-rw-r--r--src/simulation/elements/Element.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simulation/elements/Element.h b/src/simulation/elements/Element.h
index 7fca108..65e3898 100644
--- a/src/simulation/elements/Element.h
+++ b/src/simulation/elements/Element.h
@@ -32,6 +32,7 @@ public:
int Weight;
int MenuSection;
float Temperature;
+ float Enthalpy;
unsigned char HeatConduct;
char *Description;
char State;
@@ -54,4 +55,4 @@ public:
static int defaultGraphics(GRAPHICS_FUNC_ARGS);
};
-#endif \ No newline at end of file
+#endif