OSDN Git Service

wwww
[proj16/16.git] / 16 / v2 / source / verge / VCC / FUNCLIB.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 #if !defined(__FUNCLIB_INC)\r
18 #define __FUNCLIB_INC\r
19 \r
20 extern void vcfunc_Exit();\r
21 extern void Message();\r
22 extern void vc_loadimage();\r
23 extern void vc_AllocateEntity();\r
24 extern void vc_Map();\r
25 extern void vc_LoadFont();\r
26 extern void vc_PlayFLI();\r
27 extern void vc_PrintString();\r
28 extern void vc_LoadRaw();\r
29 extern void vc_EntityMove();\r
30 extern void vc_strlen();\r
31 extern void vc_strcmp();\r
32 extern void vc_SetRString();\r
33 extern void vc_PartyMove();\r
34 extern void vc_PlayMusic();\r
35 extern void vc_OpenFile();\r
36 extern void vc_HookRetrace();\r
37 extern void vc_HookTimer();\r
38 extern void vc_HookKey();\r
39 extern void vc_QuickRead();\r
40 extern void vc_CacheSound();\r
41 extern void vc_val();\r
42 extern void vc_Log();\r
43 extern void vc_fgetline();\r
44 extern void vc_fgettoken();\r
45 extern void vc_fwritestring();\r
46 extern void vc_frename();\r
47 extern void vc_fdelete();\r
48 extern void vc_fwopen();\r
49 extern void vc_asc();\r
50 extern void vc_NumForScript();\r
51 extern void vc_FileSize();\r
52 extern void GenericFunc(unsigned char funcid, int numargs);\r
53 \r
54 #endif // __FUNCLIB_INC\r