mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
File system refactoring
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include "GpPixelFormat.h"
|
||||
#include "PLErrorCodes.h"
|
||||
#include "QDState.h"
|
||||
|
||||
struct PixMap;
|
||||
@@ -29,7 +30,7 @@ namespace PortabilityLayer
|
||||
explicit QDPort(QDPortType portType);
|
||||
~QDPort();
|
||||
|
||||
int Init(const Rect &rect, GpPixelFormat_t pixelFormat);
|
||||
PLError_t Init(const Rect &rect, GpPixelFormat_t pixelFormat);
|
||||
QDPortType GetPortType() const;
|
||||
|
||||
PixMap **GetPixMap() const;
|
||||
|
Reference in New Issue
Block a user