summaryrefslogtreecommitdiffstats
path: root/pkg/jp/primitives/box.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/jp/primitives/box.go')
-rw-r--r--pkg/jp/primitives/box.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/jp/primitives/box.go b/pkg/jp/primitives/box.go
new file mode 100644
index 0000000..38474c6
--- /dev/null
+++ b/pkg/jp/primitives/box.go
@@ -0,0 +1,6 @@
+package primitives
+
+type Box struct {
+ Width int
+ Height int
+}