diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:33:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:33:07 (GMT) |
| commit | 652cd591ff7e4833d8e4e88e3a3477612973b630 (patch) | |
| tree | cb813658a0bea36afdca91371c2cb4f35a7103fe /src | |
| parent | 44d70ec6b8497454873f5cb9b088a530e0d17003 (diff) | |
| download | powder-652cd591ff7e4833d8e4e88e3a3477612973b630.zip powder-652cd591ff7e4833d8e4e88e3a3477612973b630.tar.gz | |
Fix previous include
Diffstat (limited to 'src')
| -rw-r--r-- | src/elements/tron.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/tron.cpp b/src/elements/tron.cpp index 804b4b7..4ab3bb9 100644 --- a/src/elements/tron.cpp +++ b/src/elements/tron.cpp @@ -1,4 +1,4 @@ -#include <element.h> +#include "simulation\Element.h" /* TRON element is meant to resemble a tron bike (or worm) moving around and trying to avoid obstacles itself. * It has four direction each turn to choose from, 0 (left) 1 (up) 2 (right) 3 (down). |
