mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 12:31:50 +00:00
11 lines
155 B
C++
11 lines
155 B
C++
#pragma once
|
|
|
|
#include "Loading/ILoadingStep.h"
|
|
|
|
#include <memory>
|
|
|
|
namespace step
|
|
{
|
|
std::unique_ptr<ILoadingStep> CreateStepSkipZoneImageHeaders();
|
|
}
|