MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / write8

Method write8

external/tga/encoder.cpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void Encoder::write8(uint8_t value)
234{
235 m_file->write8(value);
236}
237
238void Encoder::write16(uint16_t value)
239{

Callers 2

write16Method · 0.45
write32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected