diff options
author | chai <chaifix@163.com> | 2021-10-30 12:16:59 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 12:16:59 +0800 |
commit | b2433cf2faf5c5c3d82d61c7b44928923c5fdcda (patch) | |
tree | b6a9b75ec0f8da057f5987357c1051e9f845bcc3 /Runtime/GUI | |
parent | 53364ddc2e09362cb17432abf4fb598557554a9f (diff) |
+freetype
Diffstat (limited to 'Runtime/GUI')
-rw-r--r-- | Runtime/GUI/TextGenerator.cpp | 3 | ||||
-rw-r--r-- | Runtime/GUI/TextGenerator.h | 10 | ||||
-rw-r--r-- | Runtime/GUI/freetype.h | 2 |
3 files changed, 15 insertions, 0 deletions
diff --git a/Runtime/GUI/TextGenerator.cpp b/Runtime/GUI/TextGenerator.cpp new file mode 100644 index 0000000..802146c --- /dev/null +++ b/Runtime/GUI/TextGenerator.cpp @@ -0,0 +1,3 @@ +#include "TextGenerator.h" + + diff --git a/Runtime/GUI/TextGenerator.h b/Runtime/GUI/TextGenerator.h new file mode 100644 index 0000000..8bd9dc8 --- /dev/null +++ b/Runtime/GUI/TextGenerator.h @@ -0,0 +1,10 @@ +#pragma once + +#include "Runtime/Utilities/Singleton.h" + +class TextGenerator : public Singleton<TextGenerator> +{ +public: + + +}; diff --git a/Runtime/GUI/freetype.h b/Runtime/GUI/freetype.h new file mode 100644 index 0000000..139597f --- /dev/null +++ b/Runtime/GUI/freetype.h @@ -0,0 +1,2 @@ + + |