29 #ifndef _CEGUIOgreResourceProvider_h_
30 #define _CEGUIOgreResourceProvider_h_
32 #include "../../ResourceProvider.h"
33 #include "CEGUI/RendererModules/Ogre/Renderer.h"
44 const String& resourceGroup);
46 size_t getResourceGroupFileNames(std::vector<String>& out_vec,
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:47
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
Definition: RendererModules/Ogre/ResourceProvider.h:38
Class used as the databuffer for loading files throughout the library.
Definition: DataContainer.h:42
String class used within the GUI system.
Definition: String.h:62