Fix house data corruption, progress to first screen

This commit is contained in:
elasota
2019-12-24 18:39:30 -05:00
parent 3111609536
commit 5cb9b85396
30 changed files with 896 additions and 113 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "GpPixelFormat.h"
struct ColorTable;
struct CGraf;
struct GDevice;
@@ -21,6 +23,8 @@ namespace PortabilityLayer
virtual QDState *GetState() = 0;
virtual int DepthForPixelFormat(GpPixelFormat_t pixelFormat) const = 0;
static QDManager *GetInstance();
};
}