Mercurial > hg > beaglert
diff projects/tank_wars/game.h @ 22:fbfeb5895efd matrix_gpio
Updated tank wars demo for new API
author | andrewm |
---|---|
date | Sun, 03 May 2015 01:10:17 +0100 |
parents | 49f22e1246b2 |
children | 8d80eda512cd |
line wrap: on
line diff
--- a/projects/tank_wars/game.h Thu Apr 30 17:43:08 2015 +0100 +++ b/projects/tank_wars/game.h Sun May 03 01:10:17 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);