#include "SDL_events.h"#include "Gamemenu_gump.h"#include "AudioOptions_gump.h"#include "VideoOptions_gump.h"#include "GameplayOptions_gump.h"#include "CombatOptions_gump.h"#include "Gump_button.h"#include "Yesno_gump.h"#include "gamewin.h"#include "Newfile_gump.h"#include "File_gump.h"#include "mouse.h"#include "exult.h"#include "exult_flx.h"#include "Text_button.h"#include "gameclk.h"#include "Gump_manager.h"#include <string>Include dependency graph for Gamemenu_gump.cc:

Go to the source code of this file.
Classes | |
| class | Gamemenu_button |
Variables | |
| static const int | rowy [6] = { 4, 17, 30, 43, 56, 69 } |
| static const int | colx = 31 |
| static const char * | loadsavetext = "Load/Save Game" |
| static const char * | videoopttext = "Video Options" |
| static const char * | audioopttext = "Audio Options" |
| static const char * | gameopttext = "Gameplay Options" |
| static const char * | combattext = "Combat Options" |
| static const char * | quitmenutext = "Quit to Menu" |
| static const char * | quittext = "Quit" |
const char* audioopttext = "Audio Options" [static] |
Definition at line 50 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
const int colx = 31 [static] |
Definition at line 46 of file Gamemenu_gump.cc.
const char* combattext = "Combat Options" [static] |
Definition at line 52 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
const char* gameopttext = "Gameplay Options" [static] |
Definition at line 51 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
const char* loadsavetext = "Load/Save Game" [static] |
Definition at line 48 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
const char* quitmenutext = "Quit to Menu" [static] |
const char* quittext = "Quit" [static] |
Definition at line 54 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
const int rowy[6] = { 4, 17, 30, 43, 56, 69 } [static] |
Definition at line 45 of file Gamemenu_gump.cc.
const char* videoopttext = "Video Options" [static] |
Definition at line 49 of file Gamemenu_gump.cc.
Referenced by Gamemenu_button::activate(), and Gamemenu_gump::Gamemenu_gump().
1.5.1