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

Method MiniBaseView

src/Basescape/MiniBaseView.cpp:39–41  ·  view source on GitHub ↗

* Sets up a mini base view with the specified size and position. * @param width Width in pixels. * @param height Height in pixels. * @param x X position in pixels. * @param y Y position in pixels. */

Source from the content-addressed store, hash-verified

37 * @param y Y position in pixels.
38 */
39MiniBaseView::MiniBaseView(int width, int height, int x, int y) : InteractiveSurface(width, height, x, y), _bases(), _texture(0), _base(0), _hoverBase(0)
40{
41}
42
43/**
44 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected