29#ifndef _CEGUIMinizipResourceProvider_h_
30#define _CEGUIMinizipResourceProvider_h_
32#include "CEGUI/Base.h"
33#include "CEGUI/DefaultResourceProvider.h"
37# pragma warning(disable : 4251)
68 void setLoadLocal(
bool load =
true);
72 const String& resourceGroup);
77 bool doesFileExist(
const String& filename);
Definition DefaultResourceProvider.h:46
Definition MinizipResourceProvider.h:50
void setArchive(const String &archive)
sets the archive from which files are retrieved.
size_t getResourceGroupFileNames(std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)
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
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1