libbubulle/tools/objtrucs.h

15 lines
221 B
C
Raw Normal View History

2023-04-09 11:13:56 +02:00
/*
* EXPERIMENTAL CODE !
*/
typedef struct {
unsigned long magic;
BBList *Blist;
EdgeList *Elist;
int status;
} EdgeAndVertices;
int x_write_vertedges(char *filename, BBList *bblist, EdgeList *edges);