 |
OpenXcom
1.0
Open-source clone of the original X-Com
|
19 #ifndef OPENXCOM_SELECTSTARTFACILITYSTATE_H
20 #define OPENXCOM_SELECTSTARTFACILITYSTATE_H
22 #include "BuildFacilitiesState.h"
COPYING:
Definition: BaseInfoState.cpp:41
void facilityBuilt()
Handler for when the facility is actually built.
Definition: SelectStartFacilityState.cpp:109
Window shown with all the facilities available to build.
Definition: BuildFacilitiesState.h:40
virtual void populateBuildList()
Populates the build option list.
Definition: SelectStartFacilityState.cpp:71
void btnOkClick(Action *action)
Handler for clicking the Reset button.
Definition: SelectStartFacilityState.cpp:84
Interactive globe view of the world.
Definition: Globe.h:45
void lstFacilitiesClick(Action *action)
Handler for clicking the Facilities list.
Definition: SelectStartFacilityState.cpp:100
Represents a player base on the globe.
Definition: Base.h:48
Container for all the information associated with a given user action, like mouse clicks,...
Definition: Action.h:35
Window shown with all the facilities available to build.
Definition: SelectStartFacilityState.h:34
~SelectStartFacilityState()
Cleans up the Build Facilities state.
Definition: SelectStartFacilityState.cpp:63
A game state that receives user input and reacts accordingly.
Definition: State.h:45
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:45
SelectStartFacilityState(Game *game, Base *base, State *state, Globe *globe)
Creates the Build Facilities state.
Definition: SelectStartFacilityState.cpp:47