N5110 Library for "Racing Cars" Game

Dependents:   RacingCarsGame

Fork of N5110 by Craig Evans

Revision:
22:428cbc6df6ea
Parent:
20:a6fc42d720c2
Child:
23:603c9e138aca
--- a/N5110.h	Fri May 08 00:37:48 2015 +0000
+++ b/N5110.h	Fri May 08 12:58:05 2015 +0000
@@ -310,7 +310,7 @@
     */
     void drawRect(int x0,int y0,int width,int height,int fill);
     
-    void gameInitial();
+    void gameLanes();
     
     void setXYAddress(int x, int y);