about summary refs log tree commit diff
path: root/structs
diff options
context:
space:
mode:
Diffstat (limited to 'structs')
-rw-r--r--structs/structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs/structs.go b/structs/structs.go
index da3421a..d33dc30 100644
--- a/structs/structs.go
+++ b/structs/structs.go
@@ -3,3 +3,7 @@ package structs
 type Force struct {
 	X, Y float64
 }
+
+type Coord struct {
+	X, Y float64
+}