mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Move IOStream to GpCommon
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
#include "ResTypeID.h"
|
||||
#include <stdint.h>
|
||||
|
||||
class GpIOStream;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class IOStream;
|
||||
class MacFileMem;
|
||||
struct MMHandleBlock;
|
||||
struct ResourceCompiledRef;
|
||||
@@ -16,7 +17,7 @@ namespace PortabilityLayer
|
||||
class ResourceFile final
|
||||
{
|
||||
public:
|
||||
bool Load(IOStream *stream);
|
||||
bool Load(GpIOStream *stream);
|
||||
|
||||
void GetAllResourceTypeLists(ResourceCompiledTypeList *&outTypeLists, size_t &outCount) const;
|
||||
|
||||
|
Reference in New Issue
Block a user