//************************************************************************** //** //** ## ## ## ## ## #### #### ### ### //** ## ## ## ## ## ## ## ## ## ## #### #### //** ## ## ## ## ## ## ## ## ## ## ## ## ## ## //** ## ## ######## ## ## ## ## ## ## ## ### ## //** ### ## ## ### ## ## ## ## ## ## //** # ## ## # #### #### ## ## //** //** $Id: imission.h 2192 2007-04-27 18:23:12Z dj_jl $ //** //** Copyright (C) 1999-2006 Jānis Legzdiņš //** //** This program 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 2 //** of the License, or (at your option) any later version. //** //** This program 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. //** //************************************************************************** // HEADER FILES ------------------------------------------------------------ // MACROS ------------------------------------------------------------------ // TYPES ------------------------------------------------------------------- struct im_t { VName LeaveMap; vint32 LeaveCluster; VStr LeaveName; VName LeaveTitlePatch; VName EnterMap; vint32 EnterCluster; VStr EnterName; VName EnterTitlePatch; VStr Text; VName TextFlat; VName TextPic; VName TextMusic; vint32 TextCDTrack; vint32 TextCDId; enum { IMF_TextIsLump = 0x01, }; vint32 IMFlags; }; // PUBLIC FUNCTION PROTOTYPES ---------------------------------------------- void IM_Start(); void IM_SkipIntermission(); // PUBLIC DATA DECLARATIONS ------------------------------------------------ extern im_t im;