metaforce/DataSpec/DNACommon/TXTR.hpp

20 lines
454 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"
2016-02-13 09:02:47 +00:00
namespace DataSpec
2015-07-19 06:19:46 +00:00
{
2015-08-22 01:58:41 +00:00
class PAKEntryReadStream;
2015-07-19 06:19:46 +00:00
struct TXTR
{
2016-03-04 23:04:53 +00:00
static bool Extract(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath);
static bool Cook(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outPath);
static bool CookPC(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outPath);
2015-07-19 06:19:46 +00:00
};
}
#endif // __DNACOMMON_TXTR_HPP__