OSDN Git Service

警告の除去(inlineを削除)
[coroid/inqubus.git] / vhook / comment / surf_util.h
index b082506..5a6696e 100644 (file)
@@ -4,6 +4,6 @@
 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 shadowBlitSurface(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Rect *dstrect);
 void setRGB(SDL_Surface* surf,Uint32 color);
 #endif /*SURF_UTIL_H_*/