X-Git-Url: http://git.sourceforge.jp/view?p=coroid%2Finqubus.git;a=blobdiff_plain;f=vhook%2Fcomment%2Fsurf_util.h;h=b0825062892ae2dfe54463470a675f1055c89ccb;hp=5d81a152b53d90c3009f3b883e9328f283c6ef45;hb=cf4a4f46c3236579be317601390937f513c6125e;hpb=23c3b8813253bc5c4b4f569c1ae45cfafeffe635 diff --git a/vhook/comment/surf_util.h b/vhook/comment/surf_util.h index 5d81a15..b082506 100644 --- a/vhook/comment/surf_util.h +++ b/vhook/comment/surf_util.h @@ -1,9 +1,9 @@ -#ifndef SURF_UTIL_H_ -#define SURF_UTIL_H_ -#include -SDL_Surface* connectSurface(SDL_Surface* top,SDL_Surface* bottom); -void setAlpha(SDL_Surface* surf,double alpha_t); -void overrideAlpha(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect); -void inline shadowBlitSurface(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect); -void setRGB(SDL_Surface* surf,Uint32 color); -#endif /*SURF_UTIL_H_*/ +#ifndef SURF_UTIL_H_ +#define SURF_UTIL_H_ +#include +SDL_Surface* connectSurface(SDL_Surface* top,SDL_Surface* bottom); +void setAlpha(SDL_Surface* surf,double alpha_t); +void overrideAlpha(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect); +void inline shadowBlitSurface(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect); +void setRGB(SDL_Surface* surf,Uint32 color); +#endif /*SURF_UTIL_H_*/