Skip to content
slaeshjag edited this page Mar 24, 2013 · 16 revisions

DARNIT_MAP_REF

This type points to an array of key-value propery pairs.

  • const char *d_map_prop(DARNIT_MAP_REF, const char *key);

DARNIT_MAP_OBJECT

typedef struct {
        unsigned int x;
        unsigned int y;
        unsigned int l;
        DARNIT_MAP_REF *ref;
} DARNIT_MAP_OBJECT;

Clone this wiki locally