Crazy Eddie's GUI System
0.8.7
|
29 #ifndef _CEGUIIrrlichtResourceProvider_h_
30 #define _CEGUIIrrlichtResourceProvider_h_
32 #include "CEGUI/RendererModules/Irrlicht/RendererDef.h"
33 #include "../../DefaultResourceProvider.h"
34 #include <IFileSystem.h>
42 irr::io::IFileSystem& d_fsys;
49 const String& resourceGroup);
55 #endif // end of guard _CEGUIIrrlichtResourceProvider_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:44
Definition: RendererModules/Irrlicht/ResourceProvider.h:40
void loadRawDataContainer(const String &filename, RawDataContainer &output, const String &resourceGroup)
Load XML data using InputSource objects.
String class used within the GUI system.
Definition: String.h:64
Definition: DefaultResourceProvider.h:46
void unloadRawDataContainer(RawDataContainer &data)
Unload raw binary data. This gives the resource provider a change to unload the data in its own way b...