#include <public/sourcepawn/sp_file_headers.h>
Public Attributes | |
| uint32_t | magic |
| uint16_t | version |
| uint8_t | compression |
| uint32_t | disksize |
| uint32_t | imagesize |
| uint8_t | sections |
| uint32_t | stringtab |
| uint32_t | dataoffs |
Definition at line 87 of file sp_file_headers.h.
Magic number
Definition at line 89 of file sp_file_headers.h.
Version code
Definition at line 90 of file sp_file_headers.h.
Compression algorithm
Definition at line 91 of file sp_file_headers.h.
Size on disk
Definition at line 92 of file sp_file_headers.h.
Size in memory
Definition at line 93 of file sp_file_headers.h.
Number of sections
Definition at line 94 of file sp_file_headers.h.
Offset to string table
Definition at line 95 of file sp_file_headers.h.
Offset to file proper (any compression starts here)
Definition at line 96 of file sp_file_headers.h.
1.5.1