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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/graphic.h b/src/include/graphic.h
index a4756ea..1623d79 100644
--- a/src/include/graphic.h
+++ b/src/include/graphic.h
@@ -19,4 +19,8 @@ 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);
+int findAndZSortObjects(gameGraphObjState_t *objectsStat, SDL_Rect *offsetRect, gameGraphObjState_t **objectsFound);
+int paintObject(gameGraphObjState_t *obj, SDL_Rect *srcRect, SDL_Surface *dstSurf);
+
#endif /*GRAPHIC_H*/