mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:59:54 +00:00
Add comment
This commit is contained in:
parent
377d8c905c
commit
960d903217
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@
|
||||||
|
|
||||||
#include "components/settings/values.hpp"
|
#include "components/settings/values.hpp"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <string>
|
||||||
|
|
||||||
namespace Gui
|
namespace Gui
|
||||||
{
|
{
|
||||||
|
/// Wrapper to tell UI element to use font size from settings.cfg
|
||||||
template <class T>
|
template <class T>
|
||||||
class FontWrapper : public T
|
class FontWrapper : public T
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue