#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mb/mb_types.h"
#include "mb/redraw_man.h"
#include "mb/shapes.h"
#include "mb/paint.h"
#include "svg2code_ex.h"
Go to the source code of this file.
Functions | |
svg2code_ex_t * | svg2code_ex_new (redraw_man_t *rdman, coord_t *parent_coord) |
void | svg2code_ex_free (svg2code_ex_t *obj) |
void svg2code_ex_free | ( | svg2code_ex_t * | obj | ) |
Definition at line 311 of file svg2code_ex.c.
svg2code_ex_t* svg2code_ex_new | ( | redraw_man_t * | rdman, | |
coord_t * | parent_coord | |||
) |
Definition at line 10 of file svg2code_ex.c.