Mercurial > hg > beaglert
comparison 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 |
comparison
equal
deleted
inserted
replaced
67:472e892c6e41 | 68:59edd5780fef |
---|---|
6 */ | 6 */ |
7 | 7 |
8 #include <cmath> | 8 #include <cmath> |
9 #include <cstdlib> | 9 #include <cstdlib> |
10 #include "vector_graphics.h" | 10 #include "vector_graphics.h" |
11 #include "../../include/Utilities.h" | 11 #include <Utilities.h> |
12 | 12 |
13 // Virtual screen size | 13 // Virtual screen size |
14 int screenWidth, screenHeight; | 14 int screenWidth, screenHeight; |
15 | 15 |
16 // Basic information on the terrain and the tanks | 16 // Basic information on the terrain and the tanks |