Mercurial > hg > beaglert
diff projects/tank_wars/game.h @ 268:8d80eda512cd prerelease
Added new overlay for using PRU0 or PRU1, a script to halt board on button press, and several example projects
author | andrewm |
---|---|
date | Tue, 17 May 2016 14:46:26 +0100 |
parents | fbfeb5895efd |
children |
line wrap: on
line diff
--- a/projects/tank_wars/game.h Tue May 17 14:38:03 2016 +0100 +++ b/projects/tank_wars/game.h Tue May 17 14:46:26 2016 +0100 @@ -27,6 +27,7 @@ bool gameStatusProjectileInMotion(); int gameStatusWinner(); bool gameStatusCollisionOccurred(); +bool gameStatusTankHitOccurred(); float gameStatusProjectileHeight(); // Render screen; returns length of buffer used