diff options
Diffstat (limited to 'src/simulation/elements/Element.h')
| -rw-r--r-- | src/simulation/elements/Element.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/elements/Element.h b/src/simulation/elements/Element.h index 29c7fa0..7fca108 100644 --- a/src/simulation/elements/Element.h +++ b/src/simulation/elements/Element.h @@ -38,6 +38,7 @@ public: unsigned int Properties; int (*Update) (UPDATE_FUNC_ARGS); int (*Graphics) (GRAPHICS_FUNC_ARGS); + VideoBuffer * (*IconGenerator)(int, int, int); float HighPressure; int HighPressureTransition; |
