X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FDDSpriteBuffer.h;h=8424ef9d0a5e84472c6b9472e4eee35f0fe2d1ca;hp=9872f576ce4332ad0df10ce696026ff46d8ec5b6;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=1f8fd7a79343ce670dc62fcb8be48ba78d0c9199 diff --git a/src/game_sp/DDSpriteBuffer.h b/src/game_sp/DDSpriteBuffer.h index 9872f576..8424ef9d 100644 --- a/src/game_sp/DDSpriteBuffer.h +++ b/src/game_sp/DDSpriteBuffer.h @@ -8,6 +8,6 @@ #include "global.h" -extern void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame); +void DDSpriteBuffer_BltImg(int pX, int pY, int graphic, int sync_frame); #endif /* DDSPRITEBUFFER_H */