MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / btnQuitClick

Method btnQuitClick

src/Menu/MainMenuState.cpp:157–160  ·  view source on GitHub ↗

* Quits the game. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

155 * @param action Pointer to an action.
156 */
157void MainMenuState::btnQuitClick(Action *)
158{
159 _game->quit();
160}
161
162/**
163 * Updates the scale.

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected