diff options
author | oxore <oxore@protonmail.com> | 2016-09-04 00:24:25 +0700 |
---|---|---|
committer | oxore <oxore@protonmail.com> | 2016-09-04 00:24:25 +0700 |
commit | 81a072addd62c6c796633ab456b02c586cf86570 (patch) | |
tree | 32f107c66b4a88c208689c849271385983582b45 /src/include/functions.h | |
parent | 66af930b6160ded97622ceca97212ab06946599a (diff) |
Structurized. README.md updated.
Diffstat (limited to 'src/include/functions.h')
-rw-r--r-- | src/include/functions.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/functions.h b/src/include/functions.h new file mode 100644 index 0000000..1816399 --- /dev/null +++ b/src/include/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 |