1 //**************************************************************************
3 //** ## ## ## ## ## #### #### ### ###
4 //** ## ## ## ## ## ## ## ## ## ## #### ####
5 //** ## ## ## ## ## ## ## ## ## ## ## ## ## ##
6 //** ## ## ######## ## ## ## ## ## ## ## ### ##
7 //** ### ## ## ### ## ## ## ## ## ##
8 //** # ## ## # #### #### ## ##
10 //** Copyright (C) 1999-2006 Jānis Legzdiņš
11 //** Copyright (C) 2018-2023 Ketmar Dark
13 //** This program is free software: you can redistribute it and/or modify
14 //** it under the terms of the GNU General Public License as published by
15 //** the Free Software Foundation, version 3 of the License ONLY.
17 //** This program is distributed in the hope that it will be useful,
18 //** but WITHOUT ANY WARRANTY; without even the implied warranty of
19 //** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 //** GNU General Public License for more details.
22 //** You should have received a copy of the GNU General Public License
23 //** along with this program. If not, see <http://www.gnu.org/licenses/>.
25 //**************************************************************************
26 #ifndef VAVOOM_COMMON_TYPES_HEADER
27 #define VAVOOM_COMMON_TYPES_HEADER
30 //==========================================================================
32 // Forward declarations
34 //==========================================================================
47 class VNetObjectsMapBase
;
59 class VPlayerReplicationInfo
;
67 extern VCvarS game_name
;
69 extern VStr flWarningMessage
;
71 extern VCvarB developer
;
73 extern void __attribute__((noreturn
, format(printf
, 1, 2))) __declspec(noreturn
) Host_EndGame (const char *message
, ...);
74 extern void __attribute__((noreturn
, format(printf
, 1, 2))) __declspec(noreturn
) Host_Error (const char *error
, ...);
77 extern void __attribute__((noreturn
)) __declspec(noreturn
) Sys_Quit (const char *);
78 extern void Sys_Shutdown ();
80 extern char *Sys_ConsoleInput ();