Kanzi Engine API
kzb_file.hpp File Reference

Classes

class  kanzi::KzbFile
 KZB file loader. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Functions

ConstByteSpan kanzi::getKzbMagic ()
 Gets the KZB magic byte sequence. More...
 
uint32_t kanzi::getSupportedKzbFormatVersion ()
 Gets the supported KZB format version. More...
 
bool kanzi::isKzbMagic (ConstByteSpan data)
 Tells if beginning of given byte span matches KZB magic. More...
 
bool kanzi::isKzbMagic (File &file)
 Tells if beginning of given file matches KZB magic. More...