aboutsummaryrefslogtreecommitdiff
path: root/core/compress
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-17 19:00:47 +0000
committergingerBill <bill@gingerbill.org>2022-01-17 19:00:47 +0000
commitc85ac955f798fefd149a5eeaecabf0713210b152 (patch)
treeef9ca75b6f5cfc1630314c19ea0a7a9378f89b5d /core/compress
parent97922406fec4296ce0732d1eefa0b9d7c943086f (diff)
Simplify docs to hide the copyright
Diffstat (limited to 'core/compress')
-rw-r--r--core/compress/common.odin3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/compress/common.odin b/core/compress/common.odin
index 41f292b6f..5f5ef2413 100644
--- a/core/compress/common.odin
+++ b/core/compress/common.odin
@@ -5,6 +5,9 @@
List of contributors:
Jeroen van Rijn: Initial implementation, optimization.
*/
+
+
+// package compress is a collection of utilities to aid with other compression packages
package compress
import "core:io"