aboutsummaryrefslogtreecommitdiff
path: root/core/image/common.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 17:18:51 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2025-10-09 17:18:51 +0200
commit673358f8b9e2b8daf95790e75b17204eeeb7dd82 (patch)
tree4cd6deb71763d0faeec2d1d7739d995a42816c42 /core/image/common.odin
parent51cd08296f618a8c2b25aa4f31f584d98024896a (diff)
Package lines for `core:image`.
Diffstat (limited to 'core/image/common.odin')
-rw-r--r--core/image/common.odin5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/image/common.odin b/core/image/common.odin
index 4014e2ae6..11212953e 100644
--- a/core/image/common.odin
+++ b/core/image/common.odin
@@ -1,3 +1,5 @@
+package image
+
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.
Made available under Odin's BSD-3 license.
@@ -7,9 +9,6 @@
Ginger Bill: Cosmetic changes.
*/
-// package image implements a general 2D image library to be used with other image related packages
-package image
-
import "core:bytes"
import "core:mem"
import "core:io"