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

Method PushByte

src/newgrf_text.cpp:737–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735 }
736
737 void PushByte(uint8_t b)
738 {
739 this->stack.push_back(b);
740 }
741
742 void PushWord(uint16_t w)
743 {

Callers 1

PushWordMethod · 0.95

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected