Skip to content

Instantly share code, notes, and snippets.

@samdmarshall
Created May 5, 2012 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samdmarshall/2605541 to your computer and use it in GitHub Desktop.
Save samdmarshall/2605541 to your computer and use it in GitHub Desktop.
struct LevelHeader {
int64_t checksum;
int32_t version;
int64_t signature;
int32_t instance_count;
int32_t name_count;
int32_t template_count;
int32_t data_offset;
int32_t data_size;
int32_t names_offset;
int32_t names_size;
int32_t raw_offset;
int32_t raw_size;
int32_t unused1;
int32_t unused2;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment