Add GameCooker events for game files deploy and packaging

This commit is contained in:
Wojciech Figat
2022-01-21 16:24:10 +01:00
parent f801e7ffd9
commit 94da2c270c
6 changed files with 26 additions and 6 deletions

View File

@@ -106,6 +106,9 @@ using namespace GameCookerImpl;
Delegate<GameCooker::EventType> GameCooker::OnEvent;
Delegate<const String&, float> GameCooker::OnProgress;
Action GameCooker::DeployFiles;
Action GameCooker::PostProcessFiles;
Action GameCooker::PackageFiles;
Delegate<HashSet<Guid>&> GameCooker::OnCollectAssets;
const Char* ToString(const BuildPlatform platform)