22 #include "common/language.h"
41 void SetTooltips(
bool tooltips);
44 void SetInterfaceGlint(
bool interfaceGlint);
45 bool GetInterfaceGlint();
47 void SetInterfaceRain(
bool interfaceRain);
48 bool GetInterfaceRain();
50 void SetSoluce4(
bool soluce4);
53 void SetMovies(
bool movies);
56 void SetFocusLostPause(
bool focusLostPause);
57 bool GetFocusLostPause();
87 void SetLanguage(Language language);
88 Language GetLanguage();
92 bool m_interfaceGlint;
96 bool m_focusLostPause;
CSingleton base class for singletons.
void SetWindowPos(Math::Point pos)
Managing the size of the default window.
Definition: settings.cpp:372
Point struct and related functions.
Definition: singleton.h:30
General config for graphics device.
Definition: device.h:64
Definition: settings.h:32
2D point
Definition: point.h:50
void SetIOPublic(bool mode)
Managing windows open/save.
Definition: settings.cpp:398
Namespace for (new) graphics code.
Definition: app.h:49
void SetFontSize(float size)
Managing the size of the default fonts.
Definition: settings.cpp:360