struct shrub { size_t n; float* line_vertices; size_t fn; float* fruit_vertices; }; //Extern "C" struct shrub shrubmaker(float x, float y, float z, int level);