30 #ifndef _CEGUIMinizipResourceProvider_h_
31 #define _CEGUIMinizipResourceProvider_h_
33 #include "CEGUIBase.h"
34 #include "CEGUIDefaultResourceProvider.h"
37 # pragma warning(push)
38 # pragma warning(disable : 4251)
67 void setArchive(
const String& archive);
68 void setLoadLocal(
bool load =
true);
70 void loadRawDataContainer(
const String& filename,
72 const String& resourceGroup);
73 size_t getResourceGroupFileNames(std::vector<String>& out_vec,
74 const String& file_pattern,
75 const String& resource_group);
77 bool doesFileExist(
const String& filename);
91 #endif // end of guard _CEGUIMinizipResourceProvider_h_
Definition: CEGUIMinizipResourceProvider.h:50
Class used as the databuffer for loading files throughout the library.
Definition: CEGUIDataContainer.h:43
Definition: CEGUIDefaultResourceProvider.h:46
String class used within the GUI system.
Definition: CEGUIString.h:57