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

Method blit

src/Geoscape/Globe.cpp:1806–1812  ·  view source on GitHub ↗

* Blits the globe onto another surface. * @param surface Pointer to another surface. */

Source from the content-addressed store, hash-verified

1804 * @param surface Pointer to another surface.
1805 */
1806void Globe::blit(Surface *surface)
1807{
1808 Surface::blit(surface);
1809 _radars->blit(surface);
1810 _countries->blit(surface);
1811 _markers->blit(surface);
1812}
1813
1814/**
1815 * Ignores any mouse hovers that are outside the globe.

Callers 6

DefeatStateMethod · 0.45
drawDetailMethod · 0.45
drawMarkersMethod · 0.45
DogfightStateMethod · 0.45
GraphsStateMethod · 0.45
VictoryStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected