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,17 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include "SharedTypes.h"
|
||||
#include "SharedTypes.h"
|
||||
|
||||
class GpIOStream;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class IOStream;
|
||||
|
||||
class QDPictHeader
|
||||
{
|
||||
public:
|
||||
QDPictHeader();
|
||||
bool Load(IOStream *stream);
|
||||
bool Load(GpIOStream *stream);
|
||||
|
||||
int GetVersion() const;
|
||||
const Rect &GetFrame() const;
|
||||
|
||||
Reference in New Issue
Block a user