Tidied headers.

This commit is contained in:
Steve 2018-02-08 21:54:47 +00:00
parent 8da314ea63
commit 78ac0154bb
3 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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;

View File

@ -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);