00001 /*************************************************************************** 00002 * * 00003 * This program is free software; you can redistribute it and/or modify * 00004 * it under the terms of the GNU General Public License as published by * 00005 * the Free Software Foundation; either version 2 of the License, or * 00006 * (at your option) any later version. * 00007 * * 00008 ***************************************************************************/ 00009 00010 #ifndef infoDialogsH 00011 #define infoDialogsH 00012 00013 class MapField; 00014 00015 extern void showSearchPath(); 00016 00017 extern void showSDLInfo(); 00018 00019 extern void showCargoSummary( MapField* fld ); 00020 00021 extern void viewFont(); 00022 00023 extern void viewMiningPower(); 00024 00025 extern void showMemoryFootprint(); 00026 00027 extern void showUnitEndurance(); 00028 00029 extern void resourceAnalysis(); 00030 00031 extern void createUnitCostList(); 00032 00033 00034 00035 00036 #endif
1.5.1