Fix more element source file includes

This commit is contained in:
Simon Robertshaw 2012-04-20 00:46:08 +01:00
parent 891ce89ed0
commit 7538881591
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "simulation\Element.h"
#include "simulation/Element.h"
int update_REPL(UPDATE_FUNC_ARGS) {
int r, rx, ry, ri;

View File

@ -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).