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);
Definition: RendererModules/Ogre/ResourceProvider.h:39
size_t getResourceGroupFileNames(std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)
void unloadRawDataContainer(RawDataContainer &output)
Unload raw binary data. This gives the resource provider a change to unload the data in its own way b...
void loadRawDataContainer(const String &filename, RawDataContainer &output, const String &resourceGroup)
Load XML data using InputSource objects.
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:44
Abstract class that defines the required interface for all resource provider sub-classes.
Definition: ResourceProvider.h:49
String class used within the GUI system.
Definition: String.h:64
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1