OSDN Git Service

警告の除去(inlineを削除)
[coroid/inqubus.git] / vhook / comment / surf_util.c
index a948b00..b91872d 100644 (file)
@@ -140,7 +140,7 @@ void overrideAlpha(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, SDL_Re
        SDL_UnlockSurface(src);//アンロック
 }
 
        SDL_UnlockSurface(src);//アンロック
 }
 
-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){
        SDL_BlitSurface(src,srcrect,dst,dstrect);
        overrideAlpha(src,srcrect,dst,dstrect);
 }
        SDL_BlitSurface(src,srcrect,dst,dstrect);
        overrideAlpha(src,srcrect,dst,dstrect);
 }