diff projects/tank_wars/game.h @ 67:472e892c6e41

Merge newapi into default
author Andrew McPherson <a.mcpherson@qmul.ac.uk>
date Fri, 17 Jul 2015 15:28:18 +0100
parents fbfeb5895efd
children 8d80eda512cd
line wrap: on
line diff
--- a/projects/tank_wars/game.h	Sun Feb 08 00:20:01 2015 +0000
+++ b/projects/tank_wars/game.h	Fri Jul 17 15:28:18 2015 +0100
@@ -26,6 +26,8 @@
 bool gameStatusPlayer1Turn();
 bool gameStatusProjectileInMotion();
 int gameStatusWinner();
+bool gameStatusCollisionOccurred();
+float gameStatusProjectileHeight();
 
 // Render screen; returns length of buffer used
 int drawGame(float *buffer, int bufferSize);