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, 1 insertions, 0 deletions
diff --git a/src/include/graphic.h b/src/include/graphic.h
index 32046aa..a4756ea 100644
--- a/src/include/graphic.h
+++ b/src/include/graphic.h
@@ -16,6 +16,7 @@ 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);
#endif /*GRAPHIC_H*/