#ifndef CLAYOUT_CLAY_H #define CLAYOUT_CLAY_H #include "clay-base.h" #include "clay-properties.h" #include "clay-flex.h" #include "clay-text.h" clay clay_create_document(clay_ctx); void clay_render_to_png(clay, const char *); void clay_debug_layout(clay doc); void clay_document_register_props(clay_ctx ctx); // todo: should be private #endif //CLAYOUT_CLAY_H