Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
AssetPackSerializer.hpp
1
#pragma once
2
3
#include "Editor/BuildProcess.hpp"
4
5
namespace
Grindstone::Assets::AssetPackSerializer {
6
void
SerializeAllAssets(
const
std::filesystem::path& targetPath, Editor::BuildProcessStats* buildProgress,
float
minProgress,
float
deltaProgress);
7
}
sources
code
Editor
AssetPackSerializer.hpp
Generated by
1.12.0