33 #ifndef DC_H_ENCODER_INCLUDED
34 #define DC_H_ENCODER_INCLUDED
36 #include <Dynacoe/Modules/Assets.h>
46 virtual bool operator()(Asset * asset,
const std::string & str,
const std::string & path) {
return true;};
50 Encoder(
Assets::Type type_,
const std::string & extension_)
51 : type(type_), ext(extension_){};
54 std::string GetExtension()
const {
return ext;}
Type
A classification of individual Assets.
Definition: Assets.h:102