#include "game_menu.h"#include "map_selection_box.h"#include "teams_selection_box.h"#include "../game/game.h"#include "../game/config.h"#include "../game/game_mode.h"#include "../graphic/video.h"#include "../graphic/font.h"#include "../include/app.h"#include "../tool/i18n.h"#include "../tool/string_tools.h"#include <iostream>Include dependency graph for game_menu.cpp:

Go to the source code of this file.
Variables | |
| const uint | MARGIN_TOP = 5 |
| const uint | MARGIN_SIDE = 5 |
| const uint | MARGIN_BOTTOM = 70 |
| const uint | TEAMS_BOX_H = 170 |
| const uint | OPTIONS_BOX_H = 150 |
| const uint | NBR_VER_MIN = 1 |
| const uint | NBR_VER_MAX = 10 |
| const uint | TPS_TOUR_MIN = 10 |
| const uint | TPS_TOUR_MAX = 120 |
| const uint | TPS_FIN_TOUR_MIN = 1 |
| const uint | TPS_FIN_TOUR_MAX = 10 |
| const uint MARGIN_BOTTOM = 70 |
Definition at line 38 of file game_menu.cpp.
| const uint MARGIN_SIDE = 5 |
Definition at line 37 of file game_menu.cpp.
| const uint MARGIN_TOP = 5 |
Definition at line 36 of file game_menu.cpp.
| const uint NBR_VER_MAX = 10 |
Definition at line 44 of file game_menu.cpp.
| const uint NBR_VER_MIN = 1 |
Definition at line 43 of file game_menu.cpp.
| const uint OPTIONS_BOX_H = 150 |
Definition at line 41 of file game_menu.cpp.
| const uint TEAMS_BOX_H = 170 |
Definition at line 40 of file game_menu.cpp.
| const uint TPS_FIN_TOUR_MAX = 10 |
Definition at line 48 of file game_menu.cpp.
| const uint TPS_FIN_TOUR_MIN = 1 |
Definition at line 47 of file game_menu.cpp.
| const uint TPS_TOUR_MAX = 120 |
Definition at line 46 of file game_menu.cpp.
| const uint TPS_TOUR_MIN = 10 |
Definition at line 45 of file game_menu.cpp.
1.4.7