00001 /*************************************************************************** 00002 textfiletags.h - description 00003 ------------------- 00004 begin : Fri Jul 27 2001 00005 copyright : (C) 2001 by Martin Bickel 00006 email : bickel@asc-hq.org 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef textfiletagsH 00019 #define textfiletagsH 00020 00021 extern const char* weatherTags[]; 00022 extern const char* terrainProperties[]; 00023 extern const char* weatherAbbrev[]; 00024 extern const char* heightTags[]; 00025 extern const char* vehicleAbilities[]; 00026 extern const char* weaponTags[]; 00027 extern const char* unitCategoryTags[]; 00028 extern const char* buildingFunctionTags[]; 00029 extern const char* containerFunctionTags[]; 00030 extern const char* objectNetMethod[]; 00031 extern const char* entranceModes[]; 00032 00033 const int productionCostCalculationMethodNum = 3; 00034 extern const char* productionCostCalculationMethod[]; 00035 00036 const int graphicOperationNum = 3; 00037 extern const char* graphicOperations[]; 00038 00039 00040 extern const char* objectDisplayingMethodTags[]; 00041 00042 extern const char* AItasks[]; 00043 extern const char* AIjobs[]; 00044 00045 #endif 00046
1.4.2