Fix previous include

This commit is contained in:
Simon Robertshaw 2012-04-18 21:33:07 +01:00
parent 44d70ec6b8
commit 652cd591ff

View File

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