]> 4ch.mooo.com Git - 16.git/blobdiff - 16/cawat/LZHUFF.H
wwww added catacombs source~
[16.git] / 16 / cawat / LZHUFF.H
diff --git a/16/cawat/LZHUFF.H b/16/cawat/LZHUFF.H
new file mode 100644 (file)
index 0000000..1e4395e
--- /dev/null
@@ -0,0 +1,35 @@
+/* Catacomb Armageddon Source Code\r
+ * Copyright (C) 1993-2014 Flat Rock Software\r
+ *\r
+ * This program is free software; you can redistribute it and/or modify\r
+ * it under the terms of the GNU General Public License as published by\r
+ * the Free Software Foundation; either version 2 of the License, or\r
+ * (at your option) any later version.\r
+ *\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.  See the\r
+ * GNU General Public License for more details.\r
+ *\r
+ * You should have received a copy of the GNU General Public License along\r
+ * with this program; if not, write to the Free Software Foundation, Inc.,\r
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\r
+ */\r
+\r
+extern void (*LZH_CompressDisplayVector)();\r
+extern void (*LZH_DecompressDisplayVector)();\r
+\r
+\r
+\r
+//===========================================================================\r
+//\r
+//                                                                                     PROTOTYPES\r
+//\r
+//===========================================================================\r
+\r
+\r
+long lzhCompress(void far *infile, void far *outfile,unsigned long DataLength,unsigned PtrTypes);\r
+long lzhDecompress(void far *infile, void far *outfile, unsigned long OrginalLength, unsigned long CompressLength, unsigned PtrTypes);\r
+\r
+\r
+\r