From 4e09b4c2e92806dc3230e6b9f1c2a1ff023c6080 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 2 Dec 2017 18:07:04 +0300 Subject: Rearrange includes; replace uint8_t by char --- include/functions.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/functions.h') 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 -- cgit v1.2.3