save_statistics.h

Go to the documentation of this file.
00001 
00006 /*
00007 Copyright (C) 2002-2010 UFO: Alien Invasion.
00008 
00009 This program is free software; you can redistribute it and/or
00010 modify it under the terms of the GNU General Public License
00011 as published by the Free Software Foundation; either version 2
00012 of the License, or (at your option) any later version.
00013 
00014 This program is distributed in the hope that it will be useful,
00015 but WITHOUT ANY WARRANTY; without even the implied warranty of
00016 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00017 
00018 See the 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; if not, write to the Free Software
00022 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00023 */
00024 
00025 #ifndef SAVE_STATS_H
00026 #define SAVE_STATS_H
00027 
00028 #define SAVE_STATS_STATS "stats"
00029 #define SAVE_STATS_MISSIONS "missions"
00030 #define SAVE_STATS_MISSIONSWON "missionsWon"
00031 #define SAVE_STATS_MISSIONSLOST "missionsLost"
00032 #define SAVE_STATS_BASESBUILT "basesBuilt"
00033 #define SAVE_STATS_BASESATTACKED "basesAttacked"
00034 #define SAVE_STATS_INTERCEPTIONS "interceptions"
00035 #define SAVE_STATS_SOLDIERSLOST "soldiersLost"
00036 #define SAVE_STATS_SOLDIERSNEW "soldiersNew"
00037 #define SAVE_STATS_KILLEDALIENS "killedAliens"
00038 #define SAVE_STATS_RESCUEDCIVILIANS "rescuedCivilians"
00039 #define SAVE_STATS_RESEARCHEDTECHNOLOGIES "researchedTechnologies"
00040 #define SAVE_STATS_MONEYINTERCEPTIONS "moneyInterceptions"
00041 #define SAVE_STATS_MONEYBASES "moneyBases"
00042 #define SAVE_STATS_MONEYRESEARCH "moneyResearch"
00043 #define SAVE_STATS_MONEYWEAPONS "moneyWeapons"
00044 #define SAVE_STATS_UFOSDETECTED "UFOsDetected"
00045 #define SAVE_STATS_ALIENBASESBUILT "alienBasesBuilt"
00046 #define SAVE_STATS_UFOSSTORED "UFOsStored"
00047 #define SAVE_STATS_AIRCRAFTHAD "aircraftHad"
00048 
00049 #endif
00050 
00051 /*
00052 DTD:
00053 
00054 <!ELEMENT stats EMPTY>
00055 <!ATTLIST stats
00056     missions                    CDATA   '0'
00057     missionsWon                 CDATA   '0'
00058     missionsLost                CDATA   '0'
00059     basesBuilt                  CDATA   '0'
00060     basesAttacked               CDATA   '0'
00061     interceptions               CDATA   '0'
00062     soldiersLost                CDATA   '0'
00063     soldiersNew                 CDATA   '0'
00064     killedAliens                CDATA   '0'
00065     rescuedCivilians            CDATA   '0'
00066     researchedTechnologies      CDATA   '0'
00067     moneyInterceptions          CDATA   '0'
00068     monexBases                  CDATA   '0'
00069     moneyWeapons                CDATA   '0'
00070     UFOsDetected                CDATA   '0'
00071     alienBasesBuilt             CDATA   '0'
00072     UFOsStored                  CDATA   '0'
00073     aircraftHad                 CDATA   '0'
00074 >
00075 */

Generated by  doxygen 1.6.2