// $Id: edselfnt.h,v 1.9 2004/05/12 20:05:52 mbickel Exp $ // // $Log: edselfnt.h,v $ // Revision 1.9 2004/05/12 20:05:52 mbickel // Restructured file loading routines for upcoming data cache // // Revision 1.8 2003/02/19 19:47:26 mbickel // Completely rewrote Pathfinding code // Wind not different any more on different levels of height // // Revision 1.7 2002/11/01 20:44:53 mbickel // Added function to specify which units can be build by other units // // Revision 1.6 2002/10/09 16:58:46 mbickel // Fixed to GrafikSet loading // New item filter for mapeditor // // Revision 1.5 2000/11/29 11:05:29 mbickel // Improved userinterface of the mapeditor // map::preferredfilenames uses now strings (instead of char*) // // Revision 1.4 2000/08/06 11:39:09 mbickel // New map paramter: fuel globally available // Mapeditor can now filter buildings too // Fixed unfreed memory in fullscreen image loading // Fixed: wasted cpu cycles in building // map parameters can be specified when starting a map // map parameters are reported to all players in multiplayer games // // Revision 1.3 1999/12/27 13:00:00 mbickel // new vehicle function: each weapon can now be set to not attack certain // vehicles // // Revision 1.2 1999/11/16 03:41:41 tmwilson // Added CVS keywords to most of the files. // Started porting the code to Linux (ifdef'ing the DOS specific stuff) // Wrote replacement routines for kbhit/getch for Linux // Cleaned up parts of the code that gcc barfed on (char vs unsigned char) // Added autoconf/automake capabilities // Added files used by 'automake --gnu' // // /* This file is part of Advanced Strategic Command; http://www.asc-hq.de Copyright (C) 1994-1999 Martin Bickel and Marc Schellenberger 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. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define selfontyanf 40 //Auswahlanzeige Yanf #define selfontxsize 280 //Breite des Auswahlbalkens am Rand #define selfontxanf ( agmp->resolutionx - selfontxsize - 10 ) //Auswahlanzeige Xanf extern void selterraintype( tkey ench ); extern pvehicletype selvehicletype(tkey ench ); extern void selcolor( tkey ench ); extern void selobject( tkey ench ); extern void selmine( tkey ench ); extern void selweather( tkey ench ); extern void selbuilding ( tkey ench ); extern void selcargo( ContainerBase* container ); extern void selbuildingproduction( pbuilding eht ); extern void showallchoices(void); extern void setnewvehicleselection ( pvehicletype v ); extern void setnewterrainselection ( pterraintype t ); extern void setnewobjectselection ( pobjecttype o ); extern void setnewbuildingselection ( pbuildingtype v ); extern void resetvehicleselector ( void ); extern void resetbuildingselector ( void ); extern void resetterrainselector ( void ); extern void resetobjectselector ( void ); extern void checkselfontbuttons(void);