]> 4ch.mooo.com Git - 16.git/blobdiff - 16/cawat/lib_head.h
wwww added catacombs source~
[16.git] / 16 / cawat / lib_head.h
diff --git a/16/cawat/lib_head.h b/16/cawat/lib_head.h
new file mode 100644 (file)
index 0000000..90f69d1
--- /dev/null
@@ -0,0 +1,38 @@
+/*
+ * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669
+ *
+ * This file is part of Project 16.
+ *
+ * Project 16 is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Project 16 is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>, or
+ * write to the Free Software Foundation, Inc., 51 Franklin Street,
+ * Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+/*\r
+ * Just some handy typedefs that make it easier to think about the low\r
+ * level code\r
+ */
+
+#ifndef _LIB_HEAD_H_
+#define _LIB_HEAD_H_
+
+#include <malloc.h>
+#include <dos.h>
+//#include ""
+//#include ""
+//#include "ID_CA.H"
+//#include "AUDIOARM.H"
+#include "types.h"\r
+
+#endif/*_LIB_HEAD_H_*/