mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
File system refactor, bug fixes
This commit is contained in:
11
PortabilityLayer/FileSectionStream.h
Normal file
11
PortabilityLayer/FileSectionStream.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "GpIOStream.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
namespace FileSectionStream
|
||||
{
|
||||
GpIOStream *Create(GpIOStream *stream, GpUFilePos_t start, GpUFilePos_t size);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user