OSDN Git Service

SVNからLinux用NB設定ファイルを取得
[coroid/inqubus.git] / vhook / comment / surf_util.h
1 #ifndef SURF_UTIL_H_\r
2 #define SURF_UTIL_H_\r
3 #include <SDL/SDL.h>\r
4 SDL_Surface* connectSurface(SDL_Surface* top,SDL_Surface* bottom);\r
5 void setAlpha(SDL_Surface* surf,double alpha_t);\r
6 void overrideAlpha(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);\r
7 void inline shadowBlitSurface(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);\r
8 void setRGB(SDL_Surface* surf,Uint32 color);\r
9 #endif /*SURF_UTIL_H_*/\r