chore: replace material dumping with lib recommendation of serializing and deserializing json

This commit is contained in:
Jan
2024-02-25 21:34:46 +01:00
parent d3c3786d66
commit 1f6d0ab51a
12 changed files with 1367 additions and 1093 deletions

View File

@ -0,0 +1,11 @@
#pragma once
#include "Dumping/AssetDumpingContext.h"
#include "Game/T6/T6.h"
#include <ostream>
namespace T6
{
void DumpMaterialAsJson(std::ostream& stream, const Material* material, AssetDumpingContext& context);
} // namespace T6