28 #ifndef _CEGUIRapidXMLParser_h_
29 #define _CEGUIRapidXMLParser_h_
31 #include "../../CEGUIXMLParser.h"
33 #if (defined( __WIN32__ ) || defined( _WIN32 )) && !defined(CEGUI_STATIC)
34 # ifdef CEGUIRAPIDXMLPARSER_EXPORTS
35 # define CEGUIRAPIDXMLPARSER_API __declspec(dllexport)
37 # define CEGUIRAPIDXMLPARSER_API __declspec(dllimport)
40 # define CEGUIRAPIDXMLPARSER_API
59 bool initialiseImpl(
void);
60 void cleanupImpl(
void);
66 #endif // end of guard _CEGUIRapidXMLParser_h_
Definition: CEGUIXMLHandler.h:37
Implementation of XMLParser using RapidXML.
Definition: CEGUIRapidXMLParser.h:47
This is an abstract class that is used by CEGUI to interface with XML parser libraries.
Definition: CEGUIXMLParser.h:42
String class used within the GUI system.
Definition: CEGUIString.h:57