#include "options_menu.h"
#include "../include/app.h"
#include "../game/game_mode.h"
#include "../game/config.h"
#include "../graphic/video.h"
#include "../graphic/font.h"
#include "../map/maps_list.h"
#include "../team/teams_list.h"
#include "../tool/i18n.h"
#include "../tool/string_tools.h"
#include <sstream>
Include dependency graph for options_menu.cpp:
Go to the source code of this file.
Variables | |
const uint | SOUND_X = 30 |
const uint | SOUND_Y = 30 |
const uint | SOUND_W = 530 |
const uint | SOUND_H = 170 |
const uint | GRAPHIC_X = 30 |
const uint | GRAPHIC_Y = SOUND_Y + SOUND_H + 30 |
const uint | GRAPHIC_W = 530 |
const uint | GRAPHIC_H = 240 |
Definition at line 43 of file options_menu.cpp.
Definition at line 42 of file options_menu.cpp.
Definition at line 40 of file options_menu.cpp.
Definition at line 38 of file options_menu.cpp.
Definition at line 37 of file options_menu.cpp.
Definition at line 35 of file options_menu.cpp.
Definition at line 36 of file options_menu.cpp.