diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-20 12:41:03 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-20 12:41:03 (GMT) |
| commit | 7fc8d5f388039da885b3432cdfe7d5b7f4ace07c (patch) | |
| tree | 333f10265dbcbe06f8ef218c553789585ba065ff /src/simulation/elements/Element.h | |
| parent | 9ecc29d24c335f46277193b1f54c95e8da9ce17c (diff) | |
| download | powder-7fc8d5f388039da885b3432cdfe7d5b7f4ace07c.zip powder-7fc8d5f388039da885b3432cdfe7d5b7f4ace07c.tar.gz | |
Add missing legacy update function
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 |
