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

Method PopSignedQWord

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

Source from the content-addressed store, hash-verified

720 return val | (((uint64_t)this->PopUnsignedDWord()) << 32);
721 }
722 int64_t PopSignedQWord() { return (int64_t)this->PopUnsignedQWord(); }
723
724 /** Rotate the top four words down: W1, W2, W3, W4 -> W4, W1, W2, W3 */
725 void RotateTop4Words()

Callers 1

Calls 1

PopUnsignedQWordMethod · 0.95

Tested by

no test coverage detected