summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index b6562b77..cbfd81b4 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -139,3 +139,10 @@ void Gui::mousePress(int mx, int my, int button)
autoTarget = NULL;
}
}
+
+
+gcn::ImageFont *Gui::getFont()
+{
+ return guiFont;
+}
+