Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: GameEngine/GameEngine.h
- Revision:
- 73:d1aea9b8da92
- Parent:
- 72:e7492591307e
- Child:
- 74:6827b43c689d
--- a/GameEngine/GameEngine.h	Sat May 23 21:35:16 2020 +0000
+++ b/GameEngine/GameEngine.h	Sat May 23 21:50:33 2020 +0000
@@ -183,6 +183,9 @@
         
         /** Counter for pause screen so pause button doesnt double press */
         int paused_counter_;
+        
+        /** Hold on or off depending if sound fx are set on or off */
+        SoundParts sound_fx_;
     
     //Spacehip Control  
         /** Define points*/