multiplayer pong game for LPC 1768

Dependencies:   mbed MbedJSONValue mbed-rtos Adafruit_ST7735 Adafruit_GFX EthernetInterface DebouncedInterrupt

Revision:
36:46bb54b669bc
Parent:
32:7cbf4d9a82af
Child:
37:8a0fc62a0512
--- a/gamestate.h	Sat Nov 28 03:52:53 2020 +0000
+++ b/gamestate.h	Sat Nov 28 04:21:08 2020 +0000
@@ -40,6 +40,7 @@
         void setCountdown(int val); 
         int getPlayerOneScore();
         int getPlayerTwoScore();
+        int getPlayerScore(int player); 
         void updateAndRender(MbedJSONValue *serverResponse, Graphics *gfx);
         char done();   
 };