mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-07 13:04:58 +00:00
11 lines
147 B
C++
11 lines
147 B
C++
#pragma once
|
|
|
|
#include "Loading/ILoadingStep.h"
|
|
|
|
#include <memory>
|
|
|
|
namespace step
|
|
{
|
|
std::unique_ptr<ILoadingStep> CreateStepAllocXBlocks();
|
|
}
|