metaforce/DataSpec/DNACommon/TXTR.hpp

18 lines
360 B
C++
Raw Normal View History

2015-07-19 06:19:46 +00:00
#ifndef __DNACOMMON_TXTR_HPP__
#define __DNACOMMON_TXTR_HPP__
#include "DNACommon.hpp"
namespace Retro
{
struct TXTR
{
2015-08-05 21:46:07 +00:00
static bool Extract(const SpecBase& dataspec, PAKEntryReadStream& rs, const HECL::ProjectPath& outPath);
2015-07-19 06:19:46 +00:00
static bool Cook(const HECL::ProjectPath& inPath, const HECL::ProjectPath& outPath);
};
}
#endif // __DNACOMMON_TXTR_HPP__