]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/planar.h
attempted~
[16.git] / src / lib / planar.h
index 4cd7365b36d48245d9b1f0df3f2c9875c73198e1..70c20b70af8296e443d008426830a96664d28925 100755 (executable)
@@ -27,9 +27,6 @@
 #define PLANAR_H
 
 #include "src/lib/bitmap.h"
-#include "src/lib/16_ca.h"
-#include "src/lib/16_mm.h"
-#include "src/lib/16_hc.h"
 
 extern byte *modexNewPal();
 
@@ -54,7 +51,5 @@ planar_buf_t huge *planar_buf_alloc(word width, word height);
 /* deallocates a planar buffer */
 void planar_buf_free(planar_buf_t *p);
 
-/*     non pointer version~    */
-planar_buf_t planar_buf_from_bitmap0(bitmap_t *b);
 
 #endif