X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16text.h;h=a44537397e2c19c145cb97021ebb1e2f7fe4a4e7;hb=c5dbea494cdfaf301cc12246fea54557c7bc4f21;hp=98c3b90474b0bac1303814c80a37ba49ef0848f8;hpb=562a5008d417d162e2f133b2eea7e5bb37a3070c;p=16.git diff --git a/src/lib/16text.h b/src/lib/16text.h old mode 100644 new mode 100755 index 98c3b904..a4453739 --- a/src/lib/16text.h +++ b/src/lib/16text.h @@ -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 , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ /* * This is the text subsystem for project 16. * These functions provide for the rendering of text strings @@ -5,8 +26,12 @@ * They copy the font characters directly to VGA. */ #ifndef TEXT_H -#define TEXT_H -#include "types.h" +#define TEXT_H +#ifdef __WATCOMC__ +#include +#include +#endif +#include "src/lib/types.h" /* font information type */ typedef struct font {