1 2 3 4 5 6 7 8
#include "state_tracker/st_api.h" #include "vg_api.h" PUBLIC struct st_api * st_api_create_OpenVG() { return (struct st_api *) vg_api_get(); }