diff options
author | Adam NAILI | 2017-12-31 15:00:23 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-31 15:00:23 +0100 |
commit | 41da8b54ed619ea869ca286cd8ec02e105e21c19 (patch) | |
tree | f69a6ba2ece9ec4b0b8fa5d6880f61d5f13fc5ee /include/gui/textview.h | |
parent | 4b30bfee527edd88e035b93c1230ddf2101291f6 (diff) | |
download | morpher-41da8b54ed619ea869ca286cd8ec02e105e21c19.tar.gz |
Implementing all kinds of buttons. Rendering to fix
Diffstat (limited to 'include/gui/textview.h')
-rw-r--r-- | include/gui/textview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/textview.h b/include/gui/textview.h index 7a07eb3..7414336 100644 --- a/include/gui/textview.h +++ b/include/gui/textview.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef UPEM_MORPHING_TEXTVIEW | 1 | #ifndef UPEM_MORPHING_TEXTVIEW |
2 | #define UPEM_MORPHING_TEXTVIEW | 2 | #define UPEM_MORPHING_TEXTVIEW |
3 | 3 | ||
4 | #include "component.h" | ||
5 | |||
4 | /** | 6 | /** |
5 | * File: textview.h | 7 | * File: textview.h |
6 | */ | 8 | */ |