diff options
author | Oxore <oxore@protonmail.com> | 2017-08-02 01:11:15 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-08-02 01:11:15 +0700 |
commit | 95e8a9bccbbf400e91d4d340123c0ceebea6bfe5 (patch) | |
tree | 7bd48dada521e929aba63befc08a9f6c3206315f /src/include/functions.h | |
parent | ed7d33b1b712b7c83903e268aff608b38244b0ce (diff) |
Memleak found&pwned
Diffstat (limited to 'src/include/functions.h')
-rw-r--r-- | src/include/functions.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |