18 #ifndef __H__OCULAR_RESOURCES_RESOURCE_SAVER__H__
19 #define __H__OCULAR_RESOURCES_RESOURCE_SAVER__H__
21 #include "Resource.hpp"
56 virtual std::string getSupportedFileType()
const;
86 std::string m_SupportedExtension;
Endianness
Definition: Common.hpp:89
virtual bool saveResource(Resource *resource, File const &file)
Definition: ResourceSaver.cpp:52
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
virtual bool writeFile(Core::File const &file, std::vector< unsigned char > buffer, Endianness fileEndianness)
Definition: ResourceSaver.cpp:66
ResourceType getResourceType() const
Definition: ResourceSaver.cpp:57
Definition: ResourceSaver.hpp:49
Definition: Resource.hpp:46