aboutsummaryrefslogtreecommitdiff
path: root/graphics/fontman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fontman.cpp')
-rw-r--r--graphics/fontman.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/fontman.cpp b/graphics/fontman.cpp
index bb3ee03330..5cf52416cf 100644
--- a/graphics/fontman.cpp
+++ b/graphics/fontman.cpp
@@ -26,6 +26,10 @@
#include "common/translation.h"
+namespace Common {
+DECLARE_SINGLETON(Graphics::FontManager);
+}
+
namespace Graphics {
FORWARD_DECLARE_FONT(g_sysfont);