MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetInfo

Method SetInfo

Descent3/pilot.cpp:3615–3619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3613UIBmpWindow::~UIBmpWindow() {}
3614
3615void UIBmpWindow::SetInfo(bool anim, int handle) {
3616 animated = anim;
3617 bm_handle = handle;
3618 start_time = timer_GetTime();
3619}
3620
3621void UIBmpWindow::DrawBorder(void) {
3622 int minx, maxx, miny, maxy;

Callers 1

CustomCallBackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected