#pragma once #include "Loading/ILoadingStep.h" #include namespace step { std::unique_ptr CreateStepAllocXBlocks(); }