summaryrefslogtreecommitdiff
path: root/src/elements
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-19 23:46:08 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-19 23:46:08 (GMT)
commit75388815912e32deeecfb0ec23d5ebb5bb3c1ce9 (patch)
tree96321d9e1064c3d850d1d19c80c11951409b81b8 /src/elements
parent891ce89ed01238562e73381d404d3d3670601741 (diff)
downloadpowder-75388815912e32deeecfb0ec23d5ebb5bb3c1ce9.zip
powder-75388815912e32deeecfb0ec23d5ebb5bb3c1ce9.tar.gz
Fix more element source file includes
Diffstat (limited to 'src/elements')
-rw-r--r--src/elements/repl.cpp2
-rw-r--r--src/elements/tron.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/elements/repl.cpp b/src/elements/repl.cpp
index e9cb1e6..faa9c58 100644
--- a/src/elements/repl.cpp
+++ b/src/elements/repl.cpp
@@ -1,4 +1,4 @@
-#include "simulation\Element.h"
+#include "simulation/Element.h"
int update_REPL(UPDATE_FUNC_ARGS) {
int r, rx, ry, ri;
diff --git a/src/elements/tron.cpp b/src/elements/tron.cpp
index 4ab3bb9..3e99eb3 100644
--- a/src/elements/tron.cpp
+++ b/src/elements/tron.cpp
@@ -1,4 +1,4 @@
-#include "simulation\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).