diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 42334ca1..dfd72ec7 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -95,5 +95,9 @@ extern gcn::SDLInput *guiInput; /**< GUI input */ extern gcn::ImageFont *hitRedFont; extern gcn::ImageFont *hitBlueFont; extern gcn::ImageFont *hitYellowFont; +/** + * Font used to display speech and player names + */ +extern gcn::ImageFont *speechFont; #endif |