1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 18:32:36 +00:00

Add comment

This commit is contained in:
Andrei Kortunov 2023-11-01 11:49:13 +04:00
parent 377d8c905c
commit 960d903217

View File

@ -5,10 +5,11 @@
#include "components/settings/values.hpp"
#include <algorithm>
#include <string>
namespace Gui
{
/// Wrapper to tell UI element to use font size from settings.cfg
template <class T>
class FontWrapper : public T
{