MCPcopy Create free account
hub / github.com/JRickey/BattleShip / PopStyleHeader

Function PopStyleHeader

port/gui/UIWidgets.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void PopStyleHeader() {
174 ImGui::PopStyleColor(3);
175}
176
177bool Button(const char* label, const ButtonOptions& options) {
178 ImGui::BeginDisabled(options.disabled);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected