Home
last modified time | relevance | path

Searched defs:SGPRect (Results 1 – 1 of 1) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DTypes.h100 struct SGPRect struct
102 UINT16 iLeft;
103 UINT16 iTop;
104 UINT16 iRight;
105 UINT16 iBottom;
107 void set(UINT16 left, UINT16 top, UINT16 right, UINT16 bottom) in set()