adding some magic to the file format

This commit is contained in:
phyto
2019-07-08 06:28:04 +02:00
parent b8d86da9a0
commit ecf952d881
3 changed files with 55 additions and 33 deletions

View File

@@ -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