summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-05 02:20:21 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-05 02:20:21 +0300
commitaff4b3cf27d823696ffb0d34ed469a4a0adcd2a4 (patch)
tree73e88418ca5f6fd4eae6bde715e52b96cd8ce502 /src/gui/gui.h
parent46106e962bee32271ee644224c5ac525eb32f888 (diff)
downloadplus-aff4b3cf27d823696ffb0d34ed469a4a0adcd2a4.tar.gz
plus-aff4b3cf27d823696ffb0d34ed469a4a0adcd2a4.tar.bz2
plus-aff4b3cf27d823696ffb0d34ed469a4a0adcd2a4.tar.xz
plus-aff4b3cf27d823696ffb0d34ed469a4a0adcd2a4.zip
Add chat command to clean fonts cache.
New chat command: /cleanfonts
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 983b34dc0..84142f3e1 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -75,6 +75,8 @@ class Gui final : public gcn::Gui
void slowLogic();
+ void clearFonts();
+
/**
* Draws the whole Gui by calling draw functions down in the
* Gui hierarchy. It also draws the mouse pointer.