mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Move IOStream to GpCommon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "WindowDef.h"
|
||||
#include "IOStream.h"
|
||||
#include "GpIOStream.h"
|
||||
#include "CoreDefs.h"
|
||||
#include "PLPasStr.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
bool WindowDef::Deserialize(IOStream *stream)
|
||||
bool WindowDef::Deserialize(GpIOStream *stream)
|
||||
{
|
||||
struct WindowDefPart1
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user