summaryrefslogtreecommitdiff
path: root/Runtime/GUI/TextGenerator.h
diff options
context:
space:
mode:
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:
+
+
+};