27 #ifndef _CEGUIRapidXMLParser_h_ 28 #define _CEGUIRapidXMLParser_h_ 30 #include "../../XMLParser.h" 32 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC) 33 # ifdef CEGUIRAPIDXMLPARSER_EXPORTS 34 # define CEGUIRAPIDXMLPARSER_API __declspec(dllexport) 36 # define CEGUIRAPIDXMLPARSER_API __declspec(dllimport) 39 # define CEGUIRAPIDXMLPARSER_API 58 bool initialiseImpl(
void);
59 void cleanupImpl(
void);
65 #endif // end of guard _CEGUIRapidXMLParser_h_ Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Definition: cegui/include/CEGUI/XMLHandler.h:36
Implementation of XMLParser using RapidXML.
Definition: cegui/include/CEGUI/XMLParserModules/RapidXML/XMLParser.h:46
Class used as the databuffer for loading files throughout the library.
Definition: cegui/include/CEGUI/DataContainer.h:42
This is an abstract class that is used by CEGUI to interface with XML parser libraries.
Definition: cegui/include/CEGUI/XMLParser.h:41
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62