Move IOStream to GpCommon

This commit is contained in:
elasota
2020-09-12 13:32:53 -04:00
parent 480a4b6098
commit f07137b52d
57 changed files with 483 additions and 477 deletions

View File

@@ -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;