X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=38b1c5c1ce3e58e658044a6588bd664284d6411c;hb=d527452e428580210ff2e169328e4e82d75cf9fd;hp=b267c8bfd1dce3911f5994766bbdd5a3c5c96ae9;hpb=5facf9255f9b11b10ecb89d4e552ae931e35bb89;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index b267c8bf..38b1c5c1 100644 --- a/src/tools.h +++ b/src/tools.h @@ -140,7 +140,6 @@ void DrawPlayer(struct PlayerInfo *); void getGraphicSourceBitmap(int, int, Bitmap **); void getGraphicSourceXY(int, int, int *, int *, boolean); void getSizedGraphicSourceExt(int, int, int, Bitmap **, int *, int *, boolean); -void getFixedGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *); void getFixedGraphicSource(int, int, Bitmap **, int *, int *); void getMiniGraphicSource(int, Bitmap **, int *, int *);