From 95e8a9bccbbf400e91d4d340123c0ceebea6bfe5 Mon Sep 17 00:00:00 2001 From: Oxore Date: Wed, 2 Aug 2017 01:11:15 +0700 Subject: Memleak found&pwned --- src/include/functions.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/functions.h b/src/include/functions.h index e192f87..3a27f82 100644 --- a/src/include/functions.h +++ b/src/include/functions.h @@ -3,7 +3,7 @@ /* Prototypes of functions*/ void tKeyCtrl(); -void initAll(); +void initFld(); void tTick(); void resetActiveShape(); void putShape(); @@ -25,5 +25,6 @@ void gameover(); void genNextShape(); void copyShape(struct shapeSt *localSh); void drawNextShape(); +void cleanup(); #endif -- cgit v1.2.3