mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 20:41:49 +00:00
tidy
This commit is contained in:
10
src/ZoneLoading/Loading/Steps/StepSkipZoneImageHeaders.h
Normal file
10
src/ZoneLoading/Loading/Steps/StepSkipZoneImageHeaders.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "Loading/ILoadingStep.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace step
|
||||
{
|
||||
std::unique_ptr<ILoadingStep> CreateStepSkipZoneImageHeaders();
|
||||
}
|
||||
Reference in New Issue
Block a user