save_statistics.h
Go to the documentation of this file.00001
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
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
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075