Sound update

Dependencies:   4DGL-uLCD-SE Physac-MBED PinDetect SDFileSystem mbed-rtos mbed

Revision:
26:163d7ca8c42d
Parent:
19:6d9bee043ede
--- a/tetris/Game.h	Thu Dec 08 00:37:55 2022 +0000
+++ b/tetris/Game.h	Thu Dec 08 02:12:14 2022 +0000
@@ -38,6 +38,8 @@
     int points;
     int clearedLineCount;
     
+    void InitGame(int,int,int,int);
+    
 
 private:
 
@@ -50,7 +52,7 @@
     uLCD_4DGL *uLCD;
 
     
-    void InitGame(int,int,int,int);
+    //void InitGame(int,int,int,int);
     void DrawPiece (int pX, int pY, int pPiece, int pRotation, int colorIndex);
     
 };