mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 12:39:38 +00:00
Finish removing QDState
This commit is contained in:
@@ -10,7 +10,6 @@ struct Rect;
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class QDPort;
|
||||
struct QDState;
|
||||
|
||||
class QDManager
|
||||
{
|
||||
@@ -21,8 +20,6 @@ namespace PortabilityLayer
|
||||
virtual PLError_t NewGWorld(DrawSurface **gw, GpPixelFormat_t pixelFormat, const Rect &bounds, ColorTable **colorTable) = 0;
|
||||
virtual void DisposeGWorld(DrawSurface *gw) = 0;
|
||||
|
||||
virtual QDState *GetState() = 0;
|
||||
|
||||
static QDManager *GetInstance();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user