refactoring

This commit is contained in:
tTh
2023-03-21 20:31:50 +01:00
parent 9cbbb35cde
commit f4d5557b4f
8 changed files with 61 additions and 22 deletions

View File

@@ -4,9 +4,9 @@
/* --------------------------------------------------------------------- */
#define LIBBB_VERSION 57
#define LIBBB_VERSION 59
#define SZ_BUBULLE_TEXT 51 /* arbitrary value */
#define SZ_BUBULLE_TEXT 81 /* arbitrary value */
/* a 3d space coordinate */
typedef struct {
@@ -77,7 +77,7 @@ int fprint_bubulles(FILE *fp, char *title, BBList *bbl, int flags);
int niceprint_bubulle(Bubulle *what, int unused);
/* this is just a wtf function * see tbb.c */
int bubulles_to_data(char *fname, char *title, BBList *bbl, int k);
int bubulles_to_data(char *fname, char *title, BBList *bbl, int flags);
/* --------------------------------------------------------------------- */
/* sometime we want to look at the bounding box */