forked from KolibriOS/kolibrios
78851ff66b
git-svn-id: svn://kolibrios.org@7859 a494cfbc-eb01-0410-851d-a64ba20cac60
23 lines
244 B
PHP
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 |