X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsrc%2Flib%2Fbitmap.h;h=220079897140e400ad8b9a472efdb9fa7e3a2b77;hb=68ed07e129d9504e398bc771082352ee0f591d85;hp=b35996d23e79456611933d32f63981d56263ebc8;hpb=791c3fa594b0dfc3f1cea801a191ab12c80dca98;p=16.git diff --git a/16/src/lib/bitmap.h b/16/src/lib/bitmap.h index b35996d2..22007989 100755 --- a/16/src/lib/bitmap.h +++ b/16/src/lib/bitmap.h @@ -26,8 +26,9 @@ #ifndef BITMAP_H #define BITMAP_H -#include "src/lib/16_vl.h" +#include "16/src/lib/omodex16.h" bitmap_t bitmapLoadPcx(char *filename, global_game_variables_t *gv); tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight); + #endif