X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_ca.h;h=7309ac4b0bfd2c96bc659e70f7aed5e0db7df9c0;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=471a4517de1b5e5f2b04a5bb83b479b74f630ab5;hpb=63fe6f02c681d5afb8c32f6eadaacfc5f67d27cc;p=16.git diff --git a/src/lib/16_ca.h b/src/lib/16_ca.h index 471a4517..7309ac4b 100755 --- a/src/lib/16_ca.h +++ b/src/lib/16_ca.h @@ -1,19 +1,23 @@ -/* Catacomb Apocalypse Source Code - * Copyright (C) 1993-2014 Flat Rock Software +/* Project 16 Source Code~ + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * - * This program is free software; you can redistribute it and/or modify + * This file is part of Project 16. + * + * Project 16 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 + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * Project 16 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. * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * */ // ID_CA.H @@ -27,16 +31,17 @@ //=========================================================================== -//#define NOMAPS -//#define NOGRAPHICS -//#define NOAUDIO +/*moved to src/lib/16_tdef.h +#define NOMAPS +#define NOGRAPHICS +#define NOAUDIO -//#define MAPHEADERLINKED +#define MAPHEADERLINKED //#define GRHEADERLINKED -//#define AUDIOHEADERLINKED +#define AUDIOHEADERLINKED -//#define NUMMAPS 39 -//#define MAPPLANES 3 +#define NUMMAPS 39 +#define MAPPLANES 3*/ //++++#define PROFILE//++++ //=========================================================================== @@ -46,9 +51,9 @@ unsigned RLEWtag; long headeroffsets[100]; byte tileinfo[]; -} mapfiletype;*/ +} mapfiletype; -/*typedef struct +typedef struct { long planestart[3]; unsigned planelength[3]; @@ -108,10 +113,10 @@ void CA_Shutdown (global_game_variables_t *gvar); //void CA_LoadAllSounds (void); /*void CA_UpLevel (void); -void CA_DownLevel (void); +void CA_DownLevel (void);*/ -void CA_SetGrPurge (void); -void CA_SetAllPurge (void);*/ +void CA_SetGrPurge (global_game_variables_t *gvar); +void CA_SetAllPurge (global_game_variables_t *gvar); void CA_ClearMarks (global_game_variables_t *gvar); void CA_ClearAllMarks (global_game_variables_t *gvar);