kolibrios/programs/develop/fasm/1.73/kolibri/structs/coords.inc
Kirill Lipatov (Leency) 78851ff66b FASM 1.73.24 by Prohor Nikiforov
git-svn-id: svn://kolibrios.org@7859 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-03 13:24:00 +00:00

23 lines
244 B
PHP

struct POINT
x dd ?
y dd ?
ends
struct POINTS
x dw ?
y dw ?
ends
struct RECT
left dd ?
top dd ?
right dd ?
bottom dd ?
ends
struct RECTS
left dw ?
top dw ?
right dw ?
bottom dw ?
ends