Add class inheritance graph reconstructed from RTTI
This commit is contained in:
parent
25fef21c58
commit
f36a61da78
2 changed files with 5176 additions and 1 deletions
|
@ -7,7 +7,7 @@ struct Header {
|
|||
uint32_t number_of_files;
|
||||
struct File {
|
||||
uint32_t path_length;
|
||||
char path[]; // latin1 encoding
|
||||
char path[path_length]; // latin1 encoding
|
||||
uint32_t data_size;
|
||||
uint32_t data_offset; // offset includes header size so it can be used directly in a seek() call
|
||||
} files[];
|
||||
|
|
5175
classes.svg
Normal file
5175
classes.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 566 KiB |
Loading…
Reference in a new issue