diff options
author | Aaron Marks <nymacro@gmail.com> | 2005-06-17 23:52:01 +0000 |
---|---|---|
committer | Aaron Marks <nymacro@gmail.com> | 2005-06-17 23:52:01 +0000 |
commit | 6e1dbe34d9ef4c5c06887187fa20c5461c159579 (patch) | |
tree | 2ba6811940b0042ab1ea2d87ecd761f34238a003 /src/gui/gui.h | |
parent | c702285ab5c288fc65dacdf81b583890d3b99c63 (diff) | |
download | mana-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.gz mana-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.bz2 mana-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.xz mana-6e1dbe34d9ef4c5c06887187fa20c5461c159579.zip |
Updated BrowserBox to work with SDL by using the original font. (the setColor
calls can be ignored, as they have no effect on the font when Guichan is using
SDL).
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 1c8ccb34..daaaa905 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -71,6 +71,11 @@ class Gui : public gcn::Gui, public gcn::MouseListener */ void mousePress(int mx, int my, int button); + /** + * Return game font + */ + gcn::ImageFont *getFont(); + private: #ifdef USE_OPENGL gcn::ImageLoader *hostImageLoader; /**< For loading images in GL */ |