diff options
Diffstat (limited to 'include/functions.h')
-rw-r--r-- | include/functions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/functions.h b/include/functions.h index 8658aa5..73979e5 100644 --- a/include/functions.h +++ b/include/functions.h @@ -1,7 +1,3 @@ -#ifndef TFUNCTIONS_H -#define TFUNCTIONS_H - -/* Prototypes of functions*/ void tKeyCtrl(); void initFld(); void tTick(); @@ -26,5 +22,3 @@ void genNextShape(); void copyShape(Shape *localSh); void drawNextShape(); void freeFld(); - -#endif |