struct jnc_Box

struct jnc_Box {
    // fields

    jnc_Type* m_type;
    uint32_t m_flags: 12;
    uint32_t m_index: 20;
    uint32_t m_rootOffset;
};