// 9 february 2014
package main
import (
// "syscall"
// "unsafe"
)
// TODO merge with common.go?
type POINT struct {
X int32
Y int32
}
type RECT struct {
Left int32
Top int32
Right int32
Bottom int32