Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

CatalogXml.h

Go to the documentation of this file.
00001 /* CatalogXml - output catalog data based on song data */ 00002 00003 #ifndef CATALOG_XML_H 00004 #define CATALOG_XML_H 00005 00006 #include "GameConstantsAndTypes.h" 00007 00008 const CString CATALOG_XML = "Catalog.xml"; 00009 const CString CATALOG_XSL = "Catalog.xsl"; 00010 const CString CATALOG_XML_FILE = DATA_DIR + "Catalog.xml"; 00011 00012 void SaveCatalogXml(); 00013 00014 #endif 00015 00016 /* 00017 * (c) 2004 Chris Danford 00018 * All rights reserved. 00019 * 00020 * Permission is hereby granted, free of charge, to any person obtaining a 00021 * copy of this software and associated documentation files (the 00022 * "Software"), to deal in the Software without restriction, including 00023 * without limitation the rights to use, copy, modify, merge, publish, 00024 * distribute, and/or sell copies of the Software, and to permit persons to 00025 * whom the Software is furnished to do so, provided that the above 00026 * copyright notice(s) and this permission notice appear in all copies of 00027 * the Software and that both the above copyright notice(s) and this 00028 * permission notice appear in supporting documentation. 00029 * 00030 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00031 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00032 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00033 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00034 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00035 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00036 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00037 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00038 * PERFORMANCE OF THIS SOFTWARE. 00039 */

Generated on Thu Jan 27 20:57:18 2005 for StepMania by doxygen 1.3.7