]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16text.h
^^
[16.git] / src / lib / 16text.h
index 9f0034e4b93489fb57f2c03ff1b441f342c01904..a44537397e2c19c145cb97021ebb1e2f7fe4a4e7 100644 (file)
@@ -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
@@ -6,8 +27,10 @@
  */\r
 #ifndef TEXT_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