add ItemRT conversion action
This commit is contained in:
@@ -23,9 +23,13 @@ public:
|
||||
std::string get_copy(const std::string& name) const;
|
||||
StringReader get_reader(const std::string& name) const;
|
||||
|
||||
static std::string generate(const std::unordered_map<std::string, std::string>& files, bool big_endian);
|
||||
|
||||
private:
|
||||
template <bool IsBigEndian>
|
||||
void load_t();
|
||||
template <bool IsBigEndian>
|
||||
static std::string generate_t(const std::unordered_map<std::string, std::string>& files);
|
||||
|
||||
std::shared_ptr<const std::string> data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user