20 #include "ListGamesState.h" Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:32
ListLoadState(OptionsOrigin origin)
Creates the Load Game state.
Definition: ListLoadState.cpp:39
Load Game screen for listing info on available saved games and loading them.
Definition: ListLoadState.h:29
void btnOldClick(Action *action)
Handler for clicking the Original X-Com button.
Definition: ListLoadState.cpp:68
Coloured button with a text label.
Definition: TextButton.h:38
Base class for saved game screens which provides the common layout and listing.
Definition: ListGamesState.h:39
~ListLoadState()
Cleans up the Load Game state.
Definition: ListLoadState.cpp:59
void lstSavesPress(Action *action)
Handler for clicking the Saves list.
Definition: ListLoadState.cpp:77
Definition: BaseInfoState.cpp:40