summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
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;