UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
text.h
Go to the documentation of this file.
1 #ifndef UGDK_TEXT_H_
2 #define UGDK_TEXT_H_
3 
4 namespace ugdk {
5 namespace text {
6 
7 class Manager;
8 class Label;
9 class TextBox;
10 class Font;
11 class Language;
12 class LanguageWord;
13 
14 } // namespace text
15 } // namespace ugdk
16 
17 #endif // UGDK_TEXT_H_
Definition: font.h:16
Definition: manager.h:14
Definition: language.h:10
Definition: animation.h:11
Definition: label.h:21
Definition: languageword.h:11
Definition: textbox.h:18