Difference between revisions of "CBitStream::write u8"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void write_u8 </syntaxhighlight> Object method of: CBitStream Category:Scripting [[Category:Object Met...")
 
 
Line 5: Line 5:
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
  
void write_u8
+
void write_u8(u8 v)
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 08:50, 10 September 2012



void write_u8(u8 v)

Object method of: CBitStream