moving things around...

This commit is contained in:
2019-08-28 21:08:59 +02:00
parent 1c47b50954
commit 0e279275df
5 changed files with 65 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
* floatimg.h
*/
#define FIMG_VERSION 66
#define FIMG_VERSION 67
/*
* in memory descriptor
@@ -80,5 +80,6 @@ int fimg_save_as_png(FloatImg *src, char *outname, int flags);
int fimg_draw_something(FloatImg *fimg);
int parse_WxH(char *str, int *pw, int *ph);