diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index cd37ae63..597cdb5c 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -75,6 +75,9 @@ class Gui private: gcn::Gui *gui; /**< The GUI system */ +#ifdef USE_OPENGL + gcn::ImageLoader *hostImageLoader; /**< For loading images in GL */ +#endif gcn::ImageLoader *imageLoader; /**< For loading images */ gcn::ImageFont *guiFont; /**< The global GUI font */ |