Cleaned up header.

This commit is contained in:
Steve 2015-11-13 08:46:45 +00:00
parent 52969b4a04
commit ede04be003
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "../defs.h"
#include "../structs.h"
extern void drawCircle(int cx, int cy, int radius, int r, int g, int b, int a);
extern void drawFilledCircle(int cx, int cy, int radius, int r, int g, int b, int a);
extern int getDistance(int x1, int y1, int x2, int y2);
extern void blit(SDL_Texture *texture, int x, int y, int center);
extern SDL_Texture *getTexture(char *filename);