16 if (file.
open(f.c_str()) != 0)
19 uint32_t start = file.
readU32();
48 return std::unique_ptr<Loader>(
new LoaderTR1());
51 return std::unique_ptr<Loader>(
new LoaderTR2());
54 return std::unique_ptr<Loader>(
new LoaderTR3());
static LoaderVersion checkFile(std::string f)
virtual uint32_t readU32()
static std::unique_ptr< Loader > createLoader(std::string f)
int open(std::string f="")