mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Handle refactor
This commit is contained in:
@@ -199,7 +199,9 @@ typedef struct
|
||||
roomType rooms[1]; // 348 * nRooms
|
||||
|
||||
static const size_t kBinaryDataSize = 866;
|
||||
} houseType, *housePtr, **houseHand; // total = 866 +
|
||||
} houseType, *housePtr; // total = 866 +
|
||||
|
||||
typedef THandle<houseType> houseHand;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
@@ -277,7 +279,10 @@ typedef struct
|
||||
Boolean top;
|
||||
Boolean right;
|
||||
Boolean bottom;
|
||||
} boundsType, *boundsPtr, **boundsHand;
|
||||
} boundsType, *boundsPtr;
|
||||
|
||||
typedef THandle<boundsType> boundsHand;
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user