mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-19 21:15:20 +00:00
refactor: streamline localize dumper
This commit is contained in:
13
src/ObjWriting/Game/T5/Localize/LocalizeDumperT5.h
Normal file
13
src/ObjWriting/Game/T5/Localize/LocalizeDumperT5.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "Dumping/AbstractAssetDumper.h"
|
||||
#include "Game/T5/T5.h"
|
||||
|
||||
namespace T5::localize
|
||||
{
|
||||
class Dumper final : public IAssetDumper<LocalizeEntry>
|
||||
{
|
||||
public:
|
||||
void DumpPool(AssetDumpingContext& context, AssetPool<LocalizeEntry>* pool) override;
|
||||
};
|
||||
} // namespace T5::localize
|
Reference in New Issue
Block a user