summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2025-06-23 02:24:02 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2025-06-23 02:24:02 -0300
commit31fa68324c6af5719d8901acd58c67847e915921 (patch)
tree3f51b77ca857761246a98d39d8c10bc0f5e653a0 /package.lisp
parent9e44b49ef3313e2970dad1fcfc5b936e5a52840f (diff)
downloadcursed-31fa68324c6af5719d8901acd58c67847e915921.tar.gz
cursed-31fa68324c6af5719d8901acd58c67847e915921.zip
Create cursed text
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 9137d9d..1dd2728 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,2 +1,9 @@
(defpackage #:cursed
- (:use #:cl))
+ (:use #:cl)
+ (:export #:text
+ #:index
+ #:data
+ #:has-data?
+ #:peek
+ #:advance
+ #:distance))