Add FreeType, progress to title screen

This commit is contained in:
elasota
2019-12-21 18:40:17 -05:00
parent c9c6976344
commit 8354d13a84
901 changed files with 444265 additions and 440 deletions

View File

@@ -1,7 +1,9 @@
#pragma once
#include "CoreDefs.h"
#include "PLBigEndian.h"
#include "PixelFormat.h"
#include "RGBAColor.h"
struct Point
{
@@ -92,6 +94,10 @@ struct BEColorTableItem
struct GDevice
{
PortabilityLayer::PixelFormat pixelFormat;
uint8_t paletteStorage[256 * 4 + PL_SYSTEM_MEMORY_ALIGNMENT];
uint8_t paletteDataOffset;
bool paletteIsDirty;
};
inline bool Rect::IsValid() const