cubos::core::data::EmbeddedArchive::Data::Entry struct

Describes a file entry in the embedded data.

Public variables

const char* name
Name of the file entry.
bool isDirectory
Whether the entry is a directory.
std::size_t parent
Index of the parent directory.
std::size_t sibling
Index of the next sibling.
std::size_t child
Index of the first child.
const void* data
Data of the file entry.
std::size_t size
Size of the data.