Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "CmdTheaterDlg.h"
#include "CmdDlg.h"
#include "CmpnScreen.h"
#include "Galaxy.h"
#include "Starshatter.h"
#include "StarSystem.h"
#include "Campaign.h"
#include "Combatant.h"
#include "CombatGroup.h"
#include "CombatUnit.h"
#include "ShipDesign.h"
#include "Game.h"
#include "DataLoader.h"
#include "Button.h"
#include "ComboBox.h"
#include "ListBox.h"
#include "Slider.h"
#include "Video.h"
#include "Keyboard.h"
#include "Mouse.h"
#include "ParseUtil.h"
#include "FormatUtil.h"
Go to the source code of this file.
Functions | |
DEF_MAP_CLIENT (CmdTheaterDlg, OnMode) | |
DEF_MAP_CLIENT (CmdTheaterDlg, OnSave) | |
DEF_MAP_CLIENT (CmdTheaterDlg, OnExit) | |
DEF_MAP_CLIENT (CmdTheaterDlg, OnView) |
Variables | |
const int | SELECT_NONE = -1 |
const int | SELECT_SYSTEM = 0 |
const int | SELECT_PLANET = 1 |
const int | SELECT_REGION = 2 |
const int | SELECT_STATION = 3 |
const int | SELECT_STARSHIP = 4 |
const int | SELECT_FIGHTER = 5 |
const int | VIEW_GALAXY = 0 |
const int | VIEW_SYSTEM = 1 |
const int | VIEW_REGION = 2 |
DEF_MAP_CLIENT | ( | CmdTheaterDlg | , |
OnMode | |||
) |
DEF_MAP_CLIENT | ( | CmdTheaterDlg | , |
OnSave | |||
) |
DEF_MAP_CLIENT | ( | CmdTheaterDlg | , |
OnExit | |||
) |
DEF_MAP_CLIENT | ( | CmdTheaterDlg | , |
OnView | |||
) |
const int SELECT_FIGHTER = 5 |
Definition at line 56 of file CmdTheaterDlg.cpp.
const int SELECT_NONE = -1 |
Definition at line 50 of file CmdTheaterDlg.cpp.
const int SELECT_PLANET = 1 |
Definition at line 52 of file CmdTheaterDlg.cpp.
const int SELECT_REGION = 2 |
Definition at line 53 of file CmdTheaterDlg.cpp.
const int SELECT_STARSHIP = 4 |
Definition at line 55 of file CmdTheaterDlg.cpp.
const int SELECT_STATION = 3 |
Definition at line 54 of file CmdTheaterDlg.cpp.
const int SELECT_SYSTEM = 0 |
Definition at line 51 of file CmdTheaterDlg.cpp.
const int VIEW_GALAXY = 0 |
Definition at line 58 of file CmdTheaterDlg.cpp.
const int VIEW_REGION = 2 |
Definition at line 60 of file CmdTheaterDlg.cpp.
const int VIEW_SYSTEM = 1 |
Definition at line 59 of file CmdTheaterDlg.cpp.