00001 00005 // $Id: prehistoricevents.h,v 1.3 2007-04-13 16:15:54 mbickel Exp $ 00006 /* 00007 This file is part of Advanced Strategic Command; http://www.asc-hq.de 00008 Copyright (C) 1994-1999 Martin Bickel and Marc Schellenberger 00009 00010 This program is free software; you can redistribute it and/or modify 00011 it under the terms of the GNU General Public License as published by 00012 the Free Software Foundation; either version 2 of the License, or 00013 (at your option) any later version. 00014 00015 This program is distributed in the hope that it will be useful, 00016 but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 GNU General Public License for more details. 00019 00020 You should have received a copy of the GNU General Public License 00021 along with this program; see the file COPYING. If not, write to the 00022 Free Software Foundation, Inc., 59 Temple Place, Suite 330, 00023 Boston, MA 02111-1307 USA 00024 */ 00025 00026 00027 #ifndef prehistoriceventsH 00028 #define prehistoriceventsH 00029 00030 #include "typen.h" 00031 00032 class GameMap; 00033 extern void readOldEventLists ( pnstream stream, bool passedEvents, GameMap* spfld ); 00034 00035 #endif
1.4.2