]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16text.h
I DID IT PLANAR BUFFERING IS RENDERED! IT JUST NEEDS POLISHING~
[16.git] / src / lib / 16text.h
old mode 100644 (file)
new mode 100755 (executable)
index 98c3b90..a445373
@@ -1,3 +1,24 @@
+/* Project 16 Source Code~
+ * 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
  * This is the text subsystem for project 16.\r
  * These functions provide for the rendering of text strings\r
@@ -5,8 +26,12 @@
  * They copy the font characters directly to VGA.\r
  */\r
 #ifndef TEXT_H\r
-#define TEXT_H\r
-#include "types.h"\r
+#define TEXT_H
+#ifdef __WATCOMC__
+#include <jstring.h>
+#include <jctype.h>\r
+#endif
+#include "src/lib/types.h"\r
 \r
 /* font information type */\r
 typedef struct font {\r