#include "guiVolumeChange.h"#include "debug.h"#include "guiButton.h"#include "guiScrollBar.h"#include "serialization.h"#include <string>#include <IGUICheckBox.h>#include <IGUIButton.h>#include <IGUIStaticText.h>#include <IGUIFont.h>#include <IVideoDriver.h>#include "settings.h"#include "gettext.h"
Include dependency graph for guiVolumeChange.cpp:Variables | |
| const int | ID_soundText = 263 |
| const int | ID_soundExitButton = 264 |
| const int | ID_soundSlider = 265 |
| const int | ID_soundMuteButton = 266 |
| const int ID_soundExitButton = 264 |
Referenced by GUIVolumeChange::OnEvent(), and GUIVolumeChange::regenerateGui().
| const int ID_soundMuteButton = 266 |
Referenced by GUIVolumeChange::OnEvent(), and GUIVolumeChange::regenerateGui().
| const int ID_soundSlider = 265 |
Referenced by GUIVolumeChange::OnEvent(), and GUIVolumeChange::regenerateGui().
| const int ID_soundText = 263 |
Referenced by GUIVolumeChange::OnEvent(), and GUIVolumeChange::regenerateGui().