2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-04 18:21:49 +00:00

Use clang-format.

This commit is contained in:
JezuzLizard
2023-12-13 12:40:56 -08:00
parent bcf9956da2
commit 96e67dc1fa
3 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ namespace T6
constexpr static size_t ANIMTREE_MAX_SIZE = 0xC000000;
void DumpAnimtree(AssetDumpingContext& context, XAssetInfo<RawFile>* asset, std::ostream& stream);
protected:
bool ShouldDump(XAssetInfo<RawFile>* asset) override;
void DumpAsset(AssetDumpingContext& context, XAssetInfo<RawFile>* asset) override;