about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--structs/structs.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/structs/structs.go b/structs/structs.go
new file mode 100644
index 0000000..da3421a
--- /dev/null
+++ b/structs/structs.go
@@ -0,0 +1,5 @@
+package structs
+
+type Force struct {
+	X, Y float64
+}