OSDN Git Service

wwww
[proj16/16.git] / src / v2 / source / ENGINE / VERGE.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 // Wee. A generic #include. I feel so warm and fuzzy inside. :)\r
18 \r
19 #define VERSION "2.01b"\r
20 \r
21 #include <dos.h>\r
22 \r
23 #include <stdio.h>\r
24 #include <stdlib.h>\r
25 #include <string.h>\r
26 \r
27 #define byte unsigned char\r
28 #define word unsigned short int\r
29 #define quad unsigned int\r
30 \r
31 #define TRUE 1\r
32 #define FALSE 0\r
33 \r
34 #include "inter.h"\r
35 #include "a_memory.h"\r
36 #include "vfile.h"\r
37 #include "conlib.h"\r
38 #include "console.h"\r
39 #include "controls.h"\r
40 #include "engine.h"\r
41 #include "entity.h"\r
42 #include "fli.h"\r
43 #include "font.h"\r
44 #include "image.h"\r
45 #include "keyboard.h"\r
46 #include "main.h"\r
47 #include "message.h"\r
48 #include "mikmod.h"\r
49 #include "render.h"\r
50 #include "sound.h"\r
51 #include "timer.h"\r
52 #include "vc.h"\r
53 #include "vdriver.h"\r
54 \r
55 extern char *strbuf;