Improve PICT compatibility, add batch mode to gpr2gpa

This commit is contained in:
elasota
2020-05-17 17:54:58 -04:00
parent 35308e41f3
commit 153213e079
19 changed files with 870 additions and 158 deletions

View File

@@ -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;