![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Generic handler for peoplemon files when being bundled. Performs format conversion and registers dependency files. Requires dev loaders to be installed. More...
#include <BundleHandlers.hpp>
Public Member Functions | |
virtual bool | processFile (const std::string &path, std::ostream &output, bl::resource::bundle::FileHandlerContext &context) override |
Processes the given resource file to bundle. More... | |
Generic handler for peoplemon files when being bundled. Performs format conversion and registers dependency files. Requires dev loaders to be installed.
T | The type of Peoplemon file to bundle |
Definition at line 19 of file BundleHandlers.hpp.
|
inlineoverridevirtual |
Processes the given resource file to bundle.
path | The file to bundle |
output | Stream to bundle into |
context | Context for bundling |
Definition at line 28 of file BundleHandlers.hpp.