MCPcopy Create free account
hub / github.com/JACoders/OpenJK / MSG_WriteSShort

Function MSG_WriteSShort

code/qcommon/msg.cpp:242–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242static void MSG_WriteSShort( msg_t *sb, int c ) {
243 MSG_WriteBits( sb, c, -16 );
244}
245
246void MSG_WriteLong( msg_t *sb, int c ) {
247 MSG_WriteBits( sb, c, 32 );

Callers 1

Calls 1

MSG_WriteBitsFunction · 0.70

Tested by

no test coverage detected