Difference between revisions of "CBitStream::Compress"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> CBitStream& opAssign(const CBitStream &in) </syntaxhighlight> Object method of: CBitStream [[Category:Script...") |
|||
| Line 5: | Line 5: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
| − | + | void Compress(int level) | |
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 07:12, 10 September 2012
void Compress(int level)
Object method of: CBitStream