Tidied headers.

This commit is contained in:
Steve 2018-02-12 22:40:46 +00:00
parent 5f150901e1
commit 035a8ae679
7 changed files with 0 additions and 7 deletions

View File

@ -23,4 +23,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern Unit *createEvilBlob(void);
extern Sprite *getSprite(char *name);
extern Entity *self;

View File

@ -23,4 +23,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern Unit *createEvilBlob(void);
extern Sprite *getSprite(char *name);
extern Entity *self;

View File

@ -23,4 +23,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern Unit *createEvilBlob(void);
extern Sprite *getSprite(char *name);
extern Entity *self;

View File

@ -23,4 +23,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern Unit *createEyeDroid(void);
extern Sprite *getSprite(char *name);
extern Entity *self;

View File

@ -23,4 +23,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern Unit *createEyeDroid(void);
extern Sprite *getSprite(char *name);
extern Entity *self;

View File

@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "../json/cJSON.h"
extern char *readFile(const char *filename);
extern void initControls(void);
extern Entity *createEntity(char *name);
extern Game game;

View File

@ -42,7 +42,6 @@ extern Texture *getTexture(const char *filename);
extern Atlas *getImageFromAtlas(char *filename);
extern void blitRectScaled(SDL_Texture *texture, int x, int y, int w, int h, SDL_Rect *srcRect, int center);
extern void drawOutlineRect(int x, int y, int w, int h, int r, int g, int b, int a);
extern void blitRect(SDL_Texture *texture, int x, int y, SDL_Rect *srcRect, int center);
extern void blitRectRotated(SDL_Texture *texture, int x, int y, SDL_Rect *srcRect, float angle);
extern App app;