From 78ac0154bb13e90e2af0b91080c1cc85947bbf4d Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 8 Feb 2018 21:54:47 +0000 Subject: [PATCH] Tidied headers. --- src/entities/eyeDroids/grenadeDroid.h | 1 - src/system/controls.h | 1 - src/world/map.h | 1 - 3 files changed, 3 deletions(-) diff --git a/src/entities/eyeDroids/grenadeDroid.h b/src/entities/eyeDroids/grenadeDroid.h index b83685e..02adbcd 100644 --- a/src/entities/eyeDroids/grenadeDroid.h +++ b/src/entities/eyeDroids/grenadeDroid.h @@ -20,7 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../../common.h" -extern Unit *createUnit(void); extern void initEyeDroid(Unit *u); extern Sprite *getSprite(char *name); diff --git a/src/system/controls.h b/src/system/controls.h index 75c0187..2ed81bd 100644 --- a/src/system/controls.h +++ b/src/system/controls.h @@ -21,4 +21,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../common.h" extern App app; -extern Game game; diff --git a/src/world/map.h b/src/world/map.h index 831b0f7..e86c0ba 100644 --- a/src/world/map.h +++ b/src/world/map.h @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern float limit(float i, float a, float b); extern int rrnd(int low, int high); -extern char *readFile(const char *filename); extern char *readCompressedFile(const char *filename); extern Atlas *getImageFromAtlas(char *filename); extern Texture *getTexture(const char *filename);