Crazy Eddie's GUI System
0.8.7
|
29 #ifndef _CEGUIOgreResourceProvider_h_
30 #define _CEGUIOgreResourceProvider_h_
32 #include "../../ResourceProvider.h"
33 #include "CEGUI/RendererModules/Ogre/Renderer.h"
44 const String& resourceGroup);
47 const String& file_pattern,
48 const String& resource_group);
53 #endif // end of guard _CEGUIOgreResourceProvider_h_
Abstract class that defines the required interface for all resource provider sub-classes.
Definition: ResourceProvider.h:49
Definition: RendererModules/Ogre/ResourceProvider.h:39
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
void unloadRawDataContainer(RawDataContainer &output)
Unload raw binary data. This gives the resource provider a change to unload the data in its own way b...
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:44
size_t getResourceGroupFileNames(std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)
String class used within the GUI system.
Definition: String.h:64
void loadRawDataContainer(const String &filename, RawDataContainer &output, const String &resourceGroup)
Load XML data using InputSource objects.