MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GUI_Handle_Button_SelectSquad_1

Method GUI_Handle_Button_SelectSquad_1

Source/GUI_Element.cpp:1652–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1650}
1651
1652void cFodder::GUI_Handle_Button_SelectSquad_1() {
1653 Squad_Select(1);
1654}
1655
1656void cFodder::GUI_Handle_Button_SelectSquad_2() {
1657 Squad_Select(2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected