comparison projects/tank_wars/game.cpp @ 108:3068421c0737 ultra-staging

Merged default into ultra-staging
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 18 Aug 2015 00:35:15 +0100
parents 59edd5780fef
children 8d80eda512cd
comparison
equal deleted inserted replaced
54:d3f869b98147 108:3068421c0737
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