X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=6ef0af717d09818d4f06f5895557dcbd0863f146;hb=6abb6ddef2f5860213065998a305a574704f6296;hp=06570a9a4851cfdb6918e3b8bbe5876e89bb2ecb;hpb=47cdc66151d973d975d0e31fb8a786eb639bebdb;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index 06570a9a..6ef0af71 100755 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -26,7 +26,7 @@ #ifndef BITMAP_H #define BITMAP_H -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" bitmap_t bitmapLoadPcx(char *filename); tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);