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

Method PopSignedByte

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

Source from the content-addressed store, hash-verified

699 return res;
700 }
701 int8_t PopSignedByte() { return (int8_t)this->PopUnsignedByte(); }
702
703 uint16_t PopUnsignedWord()
704 {

Callers 1

Calls 1

PopUnsignedByteMethod · 0.95

Tested by

no test coverage detected