#include "menulist.h"#include "exultmenu.h"#include "exult.h"#include "mouse.h"#include "gamewin.h"#include "ibuf8.h"#include "game.h"#include "bggame.h"#include "sigame.h"#include "Audio.h"#include "font.h"#include "cheat.h"#include "Configuration.h"#include "txtscroll.h"#include "data/exult_flx.h"#include "palette.h"#include "shapeid.h"Include dependency graph for exultmenu.cc:

Go to the source code of this file.
Functions | |
| static bool | get_play_intro (void) |
| static void | set_play_intro (bool) |
| static bool | get_play_1st_scene (void) |
| static void | set_play_1st_scene (bool) |
| bool get_play_1st_scene | ( | void | ) | [static] |
Definition at line 392 of file exultmenu.cc.
References config, and Configuration::value().
Referenced by ExultMenu::setup().
Here is the call graph for this function:

| bool get_play_intro | ( | void | ) | [static] |
Definition at line 380 of file exultmenu.cc.
References config, and Configuration::value().
Referenced by ExultMenu::setup().
Here is the call graph for this function:

| void set_play_1st_scene | ( | bool | ) | [static] |
Definition at line 399 of file exultmenu.cc.
References config, and Configuration::set().
Referenced by ExultMenu::setup().
Here is the call graph for this function:

| void set_play_intro | ( | bool | ) | [static] |
Definition at line 387 of file exultmenu.cc.
References config, and Configuration::set().
Referenced by ExultMenu::setup().
Here is the call graph for this function:

1.5.1