diff options
Diffstat (limited to 'rectangles.go')
| -rw-r--r-- | rectangles.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rectangles.go b/rectangles.go index d503edc..c0c29d5 100644 --- a/rectangles.go +++ b/rectangles.go @@ -12,3 +12,10 @@ type POINT struct { X int32 Y int32 } + +type RECT struct { + Left int32 + Top int32 + Right int32 + Bottom int32 +} |
