summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2019-08-06 00:21:34 +0300
committerOxore <oxore@protonmail.com>2019-08-06 00:21:34 +0300
commit080497af66793c9e00ad886e083a368d26561a5b (patch)
tree5cd263acfa60e078c1d6b4bfb23974b69243731d /include/text.h
parent9144dbb427f8f71b1ef146c7fdb42b2570f94cb6 (diff)
Bring dependency on libf8 to painter module only
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index 53e3f77..a862071 100644
--- a/include/text.h
+++ b/include/text.h
@@ -4,7 +4,7 @@ typedef struct text {
char *type;
char *scene;
char *font;
- wchar_t *text;
+ char *text;
size_t size;
struct vector2ui pos;
size_t attr;