mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Migrate image storage from PICT to BMP
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
#include "PLBigEndian.h"
|
||||
#include "RGBAColor.h"
|
||||
|
||||
struct BitmapImage;
|
||||
|
||||
struct Point
|
||||
{
|
||||
int16_t v;
|
||||
@@ -63,13 +65,6 @@ struct BERegion
|
||||
BERect rect;
|
||||
};
|
||||
|
||||
struct Picture
|
||||
{
|
||||
uint8_t sizeLowBytes[2]; // Low-order bytes of size, deprecated
|
||||
|
||||
BERect picFrame;
|
||||
};
|
||||
|
||||
struct BEBitMap
|
||||
{
|
||||
BERect m_bounds;
|
||||
|
Reference in New Issue
Block a user