MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / PushWord

Method PushWord

src/newgrf_text.cpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740 }
741
742 void PushWord(uint16_t w)
743 {
744 this->PushByte(GB(w, 8, 8));
745 this->PushByte(GB(w, 0, 8));
746 }
747
748 void PushDWord(uint32_t dw)
749 {

Callers 3

RotateTop4WordsMethod · 0.95
PushDWordMethod · 0.95

Calls 2

PushByteMethod · 0.95
GBFunction · 0.85

Tested by

no test coverage detected