summaryrefslogtreecommitdiff
path: root/Runtime/GUI/TextGenerator.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-30 12:16:59 +0800
committerchai <chaifix@163.com>2021-10-30 12:16:59 +0800
commitb2433cf2faf5c5c3d82d61c7b44928923c5fdcda (patch)
treeb6a9b75ec0f8da057f5987357c1051e9f845bcc3 /Runtime/GUI/TextGenerator.h
parent53364ddc2e09362cb17432abf4fb598557554a9f (diff)
+freetype
Diffstat (limited to 'Runtime/GUI/TextGenerator.h')
-rw-r--r--Runtime/GUI/TextGenerator.h10
1 files changed, 10 insertions, 0 deletions
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:
+
+
+};