30 #ifndef _CEGUIOgreResourceProvider_h_
31 #define _CEGUIOgreResourceProvider_h_
33 #include "../../CEGUIResourceProvider.h"
34 #include "CEGUIOgreRenderer.h"
45 const String& resourceGroup);
47 size_t getResourceGroupFileNames(std::vector<String>& out_vec,
48 const String& file_pattern,
49 const String& resource_group);
54 #endif // end of guard _CEGUIOgreResourceProvider_h_
Abstract class that defines the required interface for all resource provider sub-classes.
Definition: CEGUIResourceProvider.h:48
Definition: CEGUIOgreResourceProvider.h:39
Class used as the databuffer for loading files throughout the library.
Definition: CEGUIDataContainer.h:43
String class used within the GUI system.
Definition: CEGUIString.h:57