GPAK
1.0.0
A general-purpose archive library
|
◆ gpak_add_file()
This function adds a new file to the G-PAK archive with the specified _external_path and _internal_path.
Definition at line 354 of file gpak.c. GPAK_API void filesystem_tree_add_file(filesystem_tree_node_t *_root, const char *_path, const char *_file_path, pak_entry_t _entry) Definition: filesystem_tree.c:132 Definition: gpak_data.h:133 References gpak_entry_header::compressed_size_, gpak_entry_header::crc32_, gpak_header::entry_count_, filesystem_tree_add_file(), GPAK_ERROR_OK, gpak::header_, gpak_entry_header::offset_, gpak::root_, and gpak_entry_header::uncompressed_size_. |