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