Difference between revisions of "CBitStream::writeBitStream"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) |
|||
Line 4: | Line 4: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | |||
void writeBitStream(CBitStream@ bitstream) | void writeBitStream(CBitStream@ bitstream) | ||
− | |||
− | |||
− | |||
− | |||
void writeBitStream(CBitStream@ bitstream, int index, int bits) | void writeBitStream(CBitStream@ bitstream, int index, int bits) | ||
− | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 10:43, 10 September 2012
void writeBitStream(CBitStream@ bitstream) void writeBitStream(CBitStream@ bitstream, int index, int bits)
Object method of: CBitStream