X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDDSpriteBuffer.h;h=a8cec3129706ab4772a438e22ca0066d8e63ca12;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=9872f576ce4332ad0df10ce696026ff46d8ec5b6;hpb=35b995abd3183999201d9581f7674de1475dc169;p=rocksndiamonds.git diff --git a/src/game_sp/DDSpriteBuffer.h b/src/game_sp/DDSpriteBuffer.h index 9872f576..a8cec312 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 */ +#endif // DDSPRITEBUFFER_H