Created
April 16, 2014 14:52
-
-
Save warmist/10888671 to your computer and use it in GitHub Desktop.
My research
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<struct-type type-name='written_content' | |
instance-vector='$global.world.written_contents.all' key-field='id'> | |
<int32_t name='id'/> | |
<int32_t comment='pages before?'/> | |
<int32_t name='pages'/> | |
<stl-vector name='general_refs' pointer-type='general_ref'/> | |
<stl-vector type-name='int32_t'/> | |
<int32_t/> | |
<int32_t/> | |
<int32_t/> | |
<stl-vector name='styles' type-name='int32_t'/> some enum | |
<stl-vector name='style_subtype' type-name='int32_t'/> also an enum | |
<int32_t/> | |
<int32_t/> | |
</struct-type> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment