Files
Aerofoil/PortabilityLayer/FileSectionStream.h
2021-03-07 04:31:05 -05:00

12 lines
187 B
C++

#pragma once
#include "GpIOStream.h"
namespace PortabilityLayer
{
namespace FileSectionStream
{
GpIOStream *Create(GpIOStream *stream, GpUFilePos_t start, GpUFilePos_t size);
};
}