kolibrios/programs/develop/fasm/1.73/kolibri/structs/coords.inc

23 lines
244 B
PHP
Raw Normal View History

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