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

Function MonitorSmallText

Descent3/newui_core.cpp:499–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497};
498
499static inline UISnazzyTextItem *MonitorSmallText(const char *text) {
500 return new UISnazzyTextItem(0, MONITOR9_NEWUI_FONT, text, NEWUI_MONITORFONT_COLOR);
501}
502
503static inline UISnazzyTextItem *MonitorLargeText(const char *text) {
504 return new UISnazzyTextItem(0, MONITOR15_NEWUI_FONT, text, NEWUI_MONITORFONT_COLOR);

Callers 1

CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected