X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_types.h;h=030e179e4f4c68c3d79b1ea00814f25f6442ed42;hb=18863a5655e9e07d548e2d673e7f82336703c8fb;hp=ceabb2743b5c5795ff29246b6f9ebf906d8fd46f;hpb=315fd934929b6f1dbb70a6ae3cda097cdbc7d9c0;p=rocksndiamonds.git diff --git a/src/game_sp/vb_types.h b/src/game_sp/vb_types.h index ceabb274..030e179e 100644 --- a/src/game_sp/vb_types.h +++ b/src/game_sp/vb_types.h @@ -236,7 +236,8 @@ typedef struct void *Surface; void (*Cls)(); - void (*BltEx)(int, int, int); + // void (*BltEx)(int, int, int); + void (*BltImg)(int, int, int, int); } DDSpriteBuffer; typedef struct