aboutsummaryrefslogtreecommitdiff
path: root/include/FontLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/FontLoader.hpp')
-rw-r--r--include/FontLoader.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/FontLoader.hpp b/include/FontLoader.hpp
deleted file mode 100644
index bff0f18..0000000
--- a/include/FontLoader.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <string>
-
-namespace sf {
- class Font;
-}
-
-namespace QuickMedia::FontLoader {
- enum class FontType {
- LATIN,
- LATIN_BOLD,
- CJK,
- EMOJI
- };
-
- // Note: not thread-safe
- sf::Font* get_font(FontType font_type);
-} \ No newline at end of file