summaryrefslogtreecommitdiff
path: root/rectangles.go
diff options
context:
space:
mode:
Diffstat (limited to 'rectangles.go')
-rw-r--r--rectangles.go14
1 files changed, 14 insertions, 0 deletions
diff --git a/rectangles.go b/rectangles.go
new file mode 100644
index 0000000..d503edc
--- /dev/null
+++ b/rectangles.go
@@ -0,0 +1,14 @@
+// 9 february 2014
+package main
+
+import (
+// "syscall"
+// "unsafe"
+)
+
+// TODO merge with common.go?
+
+type POINT struct {
+ X int32
+ Y int32
+}