X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=25537645a6e5c99bf387d2a774ba3425ec774faa;hb=bb4d13928a126dede13e5ccc3cdb19059ed71b55;hp=1d0154b15b399ae9437727ea6fcbd05eb6d8c9f0;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 1d0154b1..25537645 100755 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -26,8 +26,8 @@ #ifndef BITMAP_H #define BITMAP_H -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" -bitmap_t bitmapLoadPcx(char *filename); +bitmap_t bitmapLoadPcx(char *filename, global_game_variables_t *gv); tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight); #endif