clean the code

This commit is contained in:
2019-08-07 11:55:29 +02:00
parent 2083f32aea
commit 38eae482ba
3 changed files with 37 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
* floatimg.h
*/
#define FIMG_VERSION 62
#define FIMG_VERSION 64
/*
* in memory descriptor
@@ -27,6 +27,11 @@ typedef struct {
int w, h, t;
} FimgFileHead;
#define FIMG_TYPE_GRAY 1
#define FIMG_TYPE_RGB 3
#define FIMG_TYPE_RGBA 4
/*
* core module
*/