mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
initial TXTR support
This commit is contained in:
17
DataSpec/DNACommon/TXTR.hpp
Normal file
17
DataSpec/DNACommon/TXTR.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __DNACOMMON_TXTR_HPP__
|
||||
#define __DNACOMMON_TXTR_HPP__
|
||||
|
||||
#include "DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
struct TXTR
|
||||
{
|
||||
static bool Extract(PAKEntryReadStream& rs, const HECL::ProjectPath& outPath);
|
||||
static bool Cook(const HECL::ProjectPath& inPath, const HECL::ProjectPath& outPath);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __DNACOMMON_TXTR_HPP__
|
||||
Reference in New Issue
Block a user