save_campaign.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_CAMPAIGN_H
00026 #define SAVE_CAMPAIGN_H
00027 
00028 #define SAVE_CAMPAIGN_CAMPAIGN "campaign"
00029 
00030 #define SAVE_CAMPAIGN_ID "id"
00031 #define SAVE_CAMPAIGN_CREDITS "credits"
00032 #define SAVE_CAMPAIGN_PAID "paid"
00033 #define SAVE_CAMPAIGN_NEXTUNIQUECHARACTERNUMBER "nextUniqueCharacterNumber"
00034 #define SAVE_CAMPAIGN_DATE "date"
00035 #define SAVE_CAMPAIGN_CIVILIANSKILLED "civiliansKilled"
00036 #define SAVE_CAMPAIGN_ALIENSKILLED "aliensKilled"
00037 
00038 #define SAVE_CAMPAIGN_MAP "map"
00039 #define SAVE_CAMPAIGN_CENTER0 "center0"
00040 #define SAVE_CAMPAIGN_CENTER1 "center1"
00041 #define SAVE_CAMPAIGN_ANGLES0 "angles0"
00042 #define SAVE_CAMPAIGN_ANGLES1 "angles1"
00043 #define SAVE_CAMPAIGN_ZOOM "zoom"
00044 #define SAVE_CAMPAIGN_CL_GEOSCAPE_OVERLAY "r_geoscape_overlay"
00045 #define SAVE_CAMPAIGN_RADAROVERLAYWASSET "radarOverlayWasSet"
00046 #define SAVE_CAMPAIGN_XVISHOWMAP "XVIShowmap"
00047 
00048 #define SAVE_CAMPAIGN_MAPDEFSTAT "mapDefStat"
00049 #define SAVE_CAMPAIGN_MAPDEF "mapDef"
00050 #define SAVE_CAMPAIGN_MAPDEF_ID "id"
00051 #define SAVE_CAMPAIGN_MAPDEF_COUNT "count"
00052 
00053 #endif
00054 
00055 /*
00056 DTD:
00057 
00058 <!ELEMENT campaign (map date mapDefStat)>
00059 <!ATTLIST campaign
00060     id                          CDATA   #REQUIRED
00061     credits                     CDATA   '0'
00062     paid                        CDATA   'false'
00063     nextUniqueCharacterNumber   CDATA   '0'
00064     civiliansKilled             CDATA   '0'
00065     aliensKilled                CDATA   '0'
00066 >
00067 
00068 <!ELEMENT map EMPTY>
00069 <!ATTLIST map
00070     center0                     CDATA   '0'
00071     center1                     CDATA   '0'
00072     angles0                     CDATA   '0'
00073     angles1                     CDATA   '0'
00074     zoom                        CDATA   '0'
00075     r_geoscape_overlay          CDATA   '0'
00076     radarOverlayWasSet          CDATA   'false'
00077     XVIShowmap                  CDATA   'false'
00078 >
00079 
00080 <!ELEMENT date EMPTY>
00081 <!ATTLIST date
00082     day                         CDATA   '0'
00083     sec                         CDATA   '0'
00084 >
00085 
00086 <!ELEMENT mapDefStat mapDef*>
00087 
00088 <!ELEMENT mapDef EMPTY>
00089 <!ATTLIST mapDef
00090     id                          CDATA   #RQEUIRED
00091     count                       CDATA   '0'
00092 >
00093 
00094 */
00095 

Generated by  doxygen 1.6.2