12 lines
221 B
C++
12 lines
221 B
C++
#ifndef FORMAT_HPP
|
|
#define FORMAT_HPP
|
|
|
|
#include <ztd/filedat.hpp>
|
|
|
|
ztd::chunkdat mimtochk(std::string mim);
|
|
|
|
std::string file_strimport(const std::string& path);
|
|
|
|
bool is_mim(const std::string& str);
|
|
|
|
#endif //FORMAT_HPP
|