summaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.h b/text.h
index dbfb82c..0074448 100644
--- a/text.h
+++ b/text.h
@@ -41,6 +41,7 @@ typedef enum {
ANCHOR_BOTTOM_RIGHT,
} Anchor;
+bool text_init(void);
bool text_has_err(void);
// Get the current error. Errors will NOT be overwritten with newer errors.
const char *text_get_err(void);