From b2433cf2faf5c5c3d82d61c7b44928923c5fdcda Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 30 Oct 2021 12:16:59 +0800 Subject: +freetype --- Runtime/GUI/TextGenerator.cpp | 3 +++ Runtime/GUI/TextGenerator.h | 10 ++++++++++ Runtime/GUI/freetype.h | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 Runtime/GUI/TextGenerator.cpp create mode 100644 Runtime/GUI/TextGenerator.h create mode 100644 Runtime/GUI/freetype.h (limited to 'Runtime/GUI') 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 +{ +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 @@ + + -- cgit v1.1-26-g67d0