Difference between revisions of "CBitStream::Compress"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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">
  
CBitStream& opAssign(const CBitStream &in)
+
void Compress(int level)
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 09:12, 10 September 2012



void Compress(int level)

Object method of: CBitStream