X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=6ef0af717d09818d4f06f5895557dcbd0863f146;hb=0a20122c69db40134055fec030af5a468eb266a3;hp=fd112658910e64970a4c407faf2e25e1c3ed877d;hpb=f084f970ed1e8f06dfffd67bd924918a18a9ce50;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index fd112658..6ef0af71 100755 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * 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);