mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
re-balancing of DataSpec/DNA systems
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <Athena/DNA.hpp>
|
||||
#include "HECL/HECL.hpp"
|
||||
#include "HECL/Database.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
@@ -178,6 +179,16 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/* Resource extractor type */
|
||||
typedef struct
|
||||
{
|
||||
std::function<bool(PAKEntryReadStream&, const HECL::ProjectPath&)> func;
|
||||
const char* fileExt;
|
||||
} ResExtractor;
|
||||
|
||||
/* Resource cooker function */
|
||||
typedef std::function<bool(const HECL::ProjectPath&, const HECL::ProjectPath&)> ResCooker;
|
||||
|
||||
/* Language-identifiers */
|
||||
extern const HECL::FourCC ENGL;
|
||||
extern const HECL::FourCC FREN;
|
||||
|
||||
Reference in New Issue
Block a user