Name

lqr_vmap_new, lqr_vmap_destroy — the LqrVMap object constructor and destructor

Synopsis

#include <lqr.h>
LqrVMap* lqr_vmap_new(gint* buffer,
 gint width,
 gint heigth,
 gint depth,
 gint orientation);
 
void lqr_vmap_destroy(LqrVMap* vmap);
 

Description

Return value