diff projects/tank_wars/game.cpp @ 68:59edd5780fef

Changed d-box code to run cleanly when built on board. Updated Makefile to add ne10 include path on board. Some extra docs in Utilities.h
author andrewm
date Fri, 17 Jul 2015 16:57:08 +0100
parents fbfeb5895efd
children 8d80eda512cd
line wrap: on
line diff
--- a/projects/tank_wars/game.cpp	Fri Jul 17 15:28:18 2015 +0100
+++ b/projects/tank_wars/game.cpp	Fri Jul 17 16:57:08 2015 +0100
@@ -8,7 +8,7 @@
 #include <cmath>
 #include <cstdlib>
 #include "vector_graphics.h"
-#include "../../include/Utilities.h"
+#include <Utilities.h>
 
 // Virtual screen size
 int screenWidth, screenHeight;