]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bitmap.h
wwww 16_entity.h -
[16.git] / src / lib / bitmap.h
index 95c6782c71de508264d72b776156428848334b69..6ef0af717d09818d4f06f5895557dcbd0863f146 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
 \r
 #ifndef BITMAP_H\r
 #define BITMAP_H\r
-#include "src/lib/types.h"\r
-#include "src/lib/16_head.h"\r
 \r
-typedef struct {\r
-       byte huge *data;\r
-       word width;\r
-       word height;\r
-       byte *palette;\r
-       word offset;\r
-//     byte far *font;\r
-} bitmap_t;\r
-\r
-typedef struct {\r
-       byte **data;\r
-       word ntiles;   /* the number of tiles */\r
-       word twidth;   /* width of the tiles */\r
-       word theight;  /* height of the tiles */\r
-       byte *palette; /* palette for the tile set */\r
-} tileset_t;\r
+#include "src/lib/16_vl.h"\r
 \r
 bitmap_t bitmapLoadPcx(char *filename);\r
 tileset_t bitmapLoadPcxTiles(char *filename, word twidth, word theight);\r