summaryrefslogtreecommitdiff
path: root/src/include/graphic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/graphic.h')
-rw-r--r--src/include/graphic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/graphic.h b/src/include/graphic.h
index 1623d79..c1a92c5 100644
--- a/src/include/graphic.h
+++ b/src/include/graphic.h
@@ -16,7 +16,6 @@ int isTransparent(SDL_Surface *s, int x, int y);
void putPixel(SDL_Surface *s, int x, int y, Uint32 p);
SDL_Surface * createSurface(int width, int height);
SDL_Surface * loadGif(char *filePath);
-int pxAreaColor (SDL_Surface* s, Uint32 p , int x , int y , int mX , int mY );
int paintTerrain(gameIni_t *gIni, gameRess_t *gRess, gameGraphics_t *gGraph);
int repaint(gameGraphSurfaces_t *srcSurfs, SDL_Rect *srcRect, SDL_Surface *dstSurf, SDL_Rect dstRect);