summaryrefslogtreecommitdiff
path: root/src/include/functions.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2017-11-30 15:45:43 +0300
committerOxore <oxore@protonmail.com>2017-11-30 15:45:43 +0300
commit75d123b79dc894f2c2de43f25009b5fa84a00eec (patch)
tree9c4b5a7aa8e2d20d2e2ca9603de3ead03bb75612 /src/include/functions.h
parent66783797c33d457e9d4d7ca669a6ad1fa3cf554c (diff)
Redefine structures with typedef; A bit of code movement
Diffstat (limited to 'src/include/functions.h')
-rw-r--r--src/include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/functions.h b/src/include/functions.h
index 3a27f82..ef9d42f 100644
--- a/src/include/functions.h
+++ b/src/include/functions.h
@@ -25,6 +25,6 @@ void gameover();
void genNextShape();
void copyShape(struct shapeSt *localSh);
void drawNextShape();
-void cleanup();
+void cleanupFld();
#endif