mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 22:05:23 +00:00
Merge branch 'master' of https://github.com/AxioDL/urde
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "DNAMP3.hpp"
|
||||
#include "STRG.hpp"
|
||||
#include "MLVL.hpp"
|
||||
#include "CAUD.hpp"
|
||||
#include "CMDL.hpp"
|
||||
#include "CHAR.hpp"
|
||||
#include "MREA.hpp"
|
||||
@@ -227,6 +228,8 @@ ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const PAK& pak, const PAK::En
|
||||
{
|
||||
switch (entry.type)
|
||||
{
|
||||
case SBIG('CAUD'):
|
||||
return {CAUD::Extract, nullptr, {_S(".yaml")}};
|
||||
case SBIG('STRG'):
|
||||
return {STRG::Extract, nullptr, {_S(".yaml")}};
|
||||
case SBIG('TXTR'):
|
||||
|
||||
Reference in New Issue
Block a user