diff options
author | v-rob <robinsonvincent89@gmail.com> | 2020-07-12 00:48:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 09:48:50 +0200 |
commit | 2bec83eec0dc2de2d6b8fb0b827e94807ed9b0b8 (patch) | |
tree | 591ae4dcce087d2fa2f4f295bdc2e4ab3725694d /src/gui/guiFormSpecMenu.h | |
parent | 1dd6c8ed7fc8b56385546437baa54d53b43a385f (diff) | |
download | minetest-2bec83eec0dc2de2d6b8fb0b827e94807ed9b0b8.tar.gz minetest-2bec83eec0dc2de2d6b8fb0b827e94807ed9b0b8.tar.bz2 minetest-2bec83eec0dc2de2d6b8fb0b827e94807ed9b0b8.zip |
Add FormSpec font styling options (#9763)
* Add FormSpec font styling options
* Change multiplication to stof
* Remove extraneous check
Diffstat (limited to 'src/gui/guiFormSpecMenu.h')
-rw-r--r-- | src/gui/guiFormSpecMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiFormSpecMenu.h b/src/gui/guiFormSpecMenu.h index 19026bd34..5a6b467aa 100644 --- a/src/gui/guiFormSpecMenu.h +++ b/src/gui/guiFormSpecMenu.h @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "inventorymanager.h" #include "modalMenu.h" #include "guiInventoryList.h" +#include "guiScrollBar.h" #include "guiTable.h" #include "network/networkprotocol.h" #include "client/joystick_controller.h" @@ -37,7 +38,6 @@ with this program; if not, write to the Free Software Foundation, Inc., class InventoryManager; class ISimpleTextureSource; class Client; -class GUIScrollBar; class TexturePool; class GUIScrollContainer; |