2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 20:41:49 +00:00
This commit is contained in:
Michael Oliver
2025-12-21 21:35:20 +00:00
parent 47bb1493ed
commit 5a0b255d92
3 changed files with 87 additions and 57 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "Loading/ILoadingStep.h"
#include <memory>
namespace step
{
std::unique_ptr<ILoadingStep> CreateStepSkipZoneImageHeaders();
}