mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Improve PICT compatibility, add batch mode to gpr2gpa
This commit is contained in:
@@ -66,6 +66,14 @@ struct BERect
|
||||
Rect ToRect() const;
|
||||
};
|
||||
|
||||
struct BEPoint
|
||||
{
|
||||
BEInt16_t v;
|
||||
BEInt16_t h;
|
||||
|
||||
Point ToPoint() const;
|
||||
};
|
||||
|
||||
struct BERegion
|
||||
{
|
||||
BEUInt16_t recordSize;
|
||||
|
Reference in New Issue
Block a user