]> 4ch.mooo.com Git - 16.git/blobdiff - 16/v2/source/ENGINE/IMAGE.H
refresh wwww
[16.git] / 16 / v2 / source / ENGINE / IMAGE.H
diff --git a/16/v2/source/ENGINE/IMAGE.H b/16/v2/source/ENGINE/IMAGE.H
new file mode 100755 (executable)
index 0000000..5b0ac2b
--- /dev/null
@@ -0,0 +1,25 @@
+/*\r
+Copyright (C) 1998 BJ Eirich (aka vecna)\r
+This program is free software; you can redistribute it and/or\r
+modify it under the terms of the GNU General Public License\r
+as published by the Free Software Foundation; either version 2\r
+of the License, or (at your option) any later version.\r
+This program is distributed in the hope that it will be useful,\r
+but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\r
+See the GNU General Public Lic\r
+See the GNU General Public License for more details.\r
+You should have received a copy of the GNU General Public License\r
+along with this program; if not, write to the Free Software\r
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
+*/\r
+\r
+#ifndef IMAGE_H\r
+#define IMAGE_H\r
+\r
+word width, depth;\r
+\r
+void VLoadImage(char *fname, byte *dest);\r
+byte *VLoadImageBuf(char *fname);\r
+\r
+#endif\r