mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove regions, add framing (fixes mirrors)
This commit is contained in:
@@ -24,13 +24,6 @@ struct Rect
|
||||
static Rect Create(int16_t top, int16_t left, int16_t bottom, int16_t right);
|
||||
};
|
||||
|
||||
struct Region
|
||||
{
|
||||
uint16_t size;
|
||||
Rect rect;
|
||||
};
|
||||
|
||||
|
||||
struct BERect
|
||||
{
|
||||
BEInt16_t top;
|
||||
|
||||
Reference in New Issue
Block a user