Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "MapView.h"
#include "Galaxy.h"
#include "StarSystem.h"
#include "Ship.h"
#include "ShipDesign.h"
#include "Instruction.h"
#include "Element.h"
#include "NavAI.h"
#include "Weapon.h"
#include "Sim.h"
#include "Mission.h"
#include "Campaign.h"
#include "Combatant.h"
#include "CombatGroup.h"
#include "CombatUnit.h"
#include "Contact.h"
#include "MenuView.h"
#include "NetLobby.h"
#include "NetUtil.h"
#include "Game.h"
#include "DataLoader.h"
#include "EventDispatch.h"
#include "Video.h"
#include "Button.h"
#include "Bitmap.h"
#include "Font.h"
#include "FontMgr.h"
#include "Mouse.h"
#include "FormatUtil.h"
#include "Menu.h"
Go to the source code of this file.
Enumerations | |
enum | MapView_MENU { MAP_SYSTEM = 1000, MAP_SECTOR = 2000, MAP_SHIP = 3000, MAP_NAV = 4000, MAP_ADDNAV = 4001, MAP_DELETE = 4002, MAP_CLEAR = 4003, MAP_ACTION = 5000, MAP_FORMATION = 6000, MAP_SPEED = 7000, MAP_HOLD = 8000, MAP_FARCAST = 8500, MAP_OBJECTIVE = 9000 } |
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 | SELECT_NAVPT = 6 |
const int | VIEW_GALAXY = 0 |
const int | VIEW_SYSTEM = 1 |
const int | VIEW_REGION = 2 |
enum MapView_MENU |
MAP_SYSTEM | |
MAP_SECTOR | |
MAP_SHIP | |
MAP_NAV | |
MAP_ADDNAV | |
MAP_DELETE | |
MAP_CLEAR | |
MAP_ACTION | |
MAP_FORMATION | |
MAP_SPEED | |
MAP_HOLD | |
MAP_FARCAST | |
MAP_OBJECTIVE |
Definition at line 263 of file MapView.cpp.
const int SELECT_FIGHTER = 5 |
Definition at line 60 of file MapView.cpp.
const int SELECT_NAVPT = 6 |
Definition at line 61 of file MapView.cpp.
const int SELECT_NONE = -1 |
Definition at line 54 of file MapView.cpp.
const int SELECT_PLANET = 1 |
Definition at line 56 of file MapView.cpp.
const int SELECT_REGION = 2 |
Definition at line 57 of file MapView.cpp.
const int SELECT_STARSHIP = 4 |
Definition at line 59 of file MapView.cpp.
const int SELECT_STATION = 3 |
Definition at line 58 of file MapView.cpp.
const int SELECT_SYSTEM = 0 |
Definition at line 55 of file MapView.cpp.
const int VIEW_GALAXY = 0 |
Definition at line 63 of file MapView.cpp.
const int VIEW_REGION = 2 |
Definition at line 65 of file MapView.cpp.
const int VIEW_SYSTEM = 1 |
Definition at line 64 of file MapView.cpp.