diff options
author | oxore <oxore@protonmail.com> | 2016-07-29 07:16:21 +0700 |
---|---|---|
committer | oxore <oxore@protonmail.com> | 2016-07-29 07:16:21 +0700 |
commit | 03e74d098cc9a0abda9d6d678089a0c6ce1b0066 (patch) | |
tree | 3d3b3ad0029848fac1074ead516223247b2b1c0e /functions.h |
Just added to github. Project is too raw.
Diffstat (limited to 'functions.h')
-rw-r--r-- | functions.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/functions.h b/functions.h new file mode 100644 index 0000000..1816399 --- /dev/null +++ b/functions.h @@ -0,0 +1,19 @@ + +/* Prototypes of functions*/ +void tKeyCtrl(); +void initAll(); +void tTick(); +void resetActiveShape(); +void putShape(); +int cellCollisionCheck(int dir); +int wallCollisionCheck(); +int cellRotCollisionCheck(); +int wallRotCollisionCheck(); +void rotateShape(); +void rotateS1(); +void rotateS2(); +void rotateS3(); +void rotateS4(); +int linesRmScore(); +void scoreDisplay(); +void menuTick();
\ No newline at end of file |