mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Add FreeType, progress to title screen
This commit is contained in:
@@ -88,6 +88,11 @@ struct CIcon
|
||||
struct BitMap
|
||||
{
|
||||
Rect m_rect;
|
||||
PortabilityLayer::PixelFormat m_pixelFormat;
|
||||
size_t m_pitch;
|
||||
void *m_data;
|
||||
|
||||
void Init(const Rect &rect, PortabilityLayer::PixelFormat pixelFormat, size_t pitch, void *dataPtr);
|
||||
};
|
||||
|
||||
struct RGBColor
|
||||
|
Reference in New Issue
Block a user