Turn Config::Info into a class with getters

This commit is contained in:
JosJuice
2020-09-20 13:58:17 +02:00
parent 11e8783893
commit b285991b88
12 changed files with 62 additions and 53 deletions

View File

@ -9,7 +9,7 @@
namespace Config
{
template <typename T>
struct Info;
class Info;
}
class GraphicsInteger : public ToolTipSpinBox