MCPcopy Create free account
hub / github.com/davemoore22/sorcery / io

Method io

src/core/ui.cpp:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 get_popup_status((void *)notice_not_enough_gold.get(), "dialog"));
590 if (popup_ouch)
591 output.append(get_popup_status((void *)popup_ouch.get(), "popup"));
592 if (popup_pit)
593 output.append(get_popup_status((void *)popup_pit.get(), "popup"));
594 if (notice_pool_gold)
595 output.append(
596 get_popup_status((void *)notice_pool_gold.get(), "dialog"));
597 if (notice_renamed_ok)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected