mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-13 13:51:41 +00:00
Add dumper and loader call to parents.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "PhysPreset/PhysPresetInfoStringDumperIW3.h"
|
||||
#include "RawFile/RawFileDumperIW3.h"
|
||||
#include "Sound/LoadedSoundDumperIW3.h"
|
||||
#include "Sound/SndCurveDumperIW3.h"
|
||||
#include "StringTable/StringTableDumperIW3.h"
|
||||
|
||||
using namespace IW3;
|
||||
@@ -28,7 +29,7 @@ void ObjWriter::RegisterAssetDumpers(AssetDumpingContext& context)
|
||||
));
|
||||
RegisterAssetDumper(std::make_unique<image::DumperIW3>());
|
||||
// REGISTER_DUMPER(AssetDumpersnd_alias_list_t)
|
||||
// REGISTER_DUMPER(AssetDumperSndCurve)
|
||||
RegisterAssetDumper(std::make_unique<sound_curve::DumperIW3>());
|
||||
RegisterAssetDumper(std::make_unique<sound::LoadedSoundDumperIW3>());
|
||||
// REGISTER_DUMPER(AssetDumperClipMap)
|
||||
// REGISTER_DUMPER(AssetDumperComWorld)
|
||||
|
||||
Reference in New Issue
Block a user