]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/planar.c
yay./w.sh
[16.git] / src / lib / planar.c
index 41a3182e4bf062f6eddb39a768c4e1fd19c92f59..52055cf49654960f99ba080d90db8bee070fb22a 100755 (executable)
 /*\r
  * Implimentation of the planar buffer files.\r
  */\r
+#include <stdio.h>\r
 #include <stdlib.h>\r
+#include <malloc.h>\r
+\r
 #include "src/lib/planar.h"\r
 \r
+extern byte *modexNewPal();\r
+\r
 /* creates a planar buffer from the bitmap data.\r
    The planar buffer is dynamically allocated, and should\r
    be destroyed with the planar_buf_free function when no longer\r