diff options
Diffstat (limited to 'src/elements/nwhl.cpp')
| -rw-r--r-- | src/elements/nwhl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/nwhl.cpp b/src/elements/nwhl.cpp index f53b657..cae189a 100644 --- a/src/elements/nwhl.cpp +++ b/src/elements/nwhl.cpp @@ -1,4 +1,4 @@ -#include "element.h" +#include "simulation/Element.h" int update_NWHL(UPDATE_FUNC_ARGS) { sim->gravmap[(y/CELL)*(XRES/CELL)+(x/CELL)] -= 0.1f; |
