diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index daaaa905..42334ca1 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -89,4 +89,11 @@ extern WindowContainer *guiTop; /**< The top container */ extern Graphics *guiGraphics; /**< Graphics driver */ extern gcn::SDLInput *guiInput; /**< GUI input */ +/** + * Fonts used in showing hits + */ +extern gcn::ImageFont *hitRedFont; +extern gcn::ImageFont *hitBlueFont; +extern gcn::ImageFont *hitYellowFont; + #endif |