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 65e3898..72b6c2b 100644 --- a/src/simulation/elements/Element.h +++ b/src/simulation/elements/Element.h @@ -53,6 +53,7 @@ public: Element(); virtual ~Element() {} static int defaultGraphics(GRAPHICS_FUNC_ARGS); + static int legacyUpdate(UPDATE_FUNC_ARGS); }; #endif |
