Add class inheritance graph reconstructed from RTTI

main
Daniel S. 4 months ago
parent 25fef21c58
commit f36a61da78

@ -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[];

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 566 KiB

Loading…
Cancel
Save