adding some magic to the file format
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* floatimg.h
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 61
|
||||
#define FIMG_VERSION 62
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
@@ -23,9 +23,9 @@ typedef struct {
|
||||
* fimg file header
|
||||
*/
|
||||
typedef struct {
|
||||
// char magic[8];
|
||||
char magic[8];
|
||||
int w, h, t;
|
||||
} FimgFhead;
|
||||
} FimgFileHead;
|
||||
|
||||
/*
|
||||
* core module
|
||||
|
||||
Reference in New Issue
Block a user