clean the code
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user