]> 4ch.mooo.com Git - 16.git/blob - 16/v2/source/MAPED/MODE13H.H
attempted font system added
[16.git] / 16 / v2 / source / MAPED / MODE13H.H
1 /*\r
2 Copyright (C) 1998 BJ Eirich (aka vecna)\r
3 This program is free software; you can redistribute it and/or\r
4 modify it under the terms of the GNU General Public License\r
5 as published by the Free Software Foundation; either version 2\r
6 of the License, or (at your option) any later version.\r
7 This program is distributed in the hope that it will be useful,\r
8 but WITHOUT ANY WARRANTY; without even the implied warranty of\r
9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\r
10 See the GNU General Public Lic\r
11 See the GNU General Public License for more details.\r
12 You should have received a copy of the GNU General Public License\r
13 along with this program; if not, write to the Free Software\r
14 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
15 */\r
16 \r
17 #ifndef MODE13H_INC\r
18 #define MODE13H_INC\r
19 \r
20 extern void SetMode(int mode);\r
21 extern int  Mode13hShutdown();\r
22 extern int  Mode13hShowPage();\r
23 extern int  Mode13hCopySprite(int x, int y, int width, int height, char *src);\r
24 extern int  Mode13hCCopySprite(int x,int y,int width,int height,char *src);\r
25 extern int  Mode13hTCCopySprite(int x,int y,int width,int height,char *src);\r
26 extern int  Mode13hTCopySprite(int x, int y, int width, int height, char *src);\r
27 extern int  Mode13hCopyTile(int x, int y, char *src);\r
28 extern int  Mode13hVLine(int x, int y, int length, char color);\r
29 extern int  Mode13hHLine(int x, int y, int width, char color);\r
30 extern int  Mode13hFilledBox(int x, int y, int width, int height, char c);\r
31 extern int  Mode13hColorGrid(int x, int y, char c);\r
32 extern int  Mode13hClearScreen();\r
33 extern int  Mode13hCopySpriteLucentClip(int x, int y, int width, int height, unsigned char *src);\r
34 extern void InitMode13h();\r
35 \r
36 #endif // MODE13H_INC\r