X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbitmap.h;h=2eefe41bad80fe1886cb72431e9993853cf614aa;hb=7cce89d92d1cad302190a9de1f3f1d0780655c29;hp=c11a5d6f667b645e4025bf8cf4e52424c95872d7;hpb=f66b2c6a16e6f6c2c9c07a39d1855b5ea178fead;p=16.git diff --git a/src/lib/bitmap.h b/src/lib/bitmap.h index c11a5d6f..2eefe41b 100644 --- a/src/lib/bitmap.h +++ b/src/lib/bitmap.h @@ -5,7 +5,7 @@ #define BITMAP_H #include "src\lib\types.h" typedef struct { - byte *data; + byte *data; word width; word height; byte *palette;