Files
Aerofoil/PortabilityLayer/FileSectionStream.h

12 lines
187 B
C
Raw Permalink Normal View History

2021-03-07 04:24:13 -05:00
#pragma once
#include "GpIOStream.h"
namespace PortabilityLayer
{
namespace FileSectionStream
{
GpIOStream *Create(GpIOStream *stream, GpUFilePos_t start, GpUFilePos_t size);
};
}