forked from tTh/FloatImg
add a "magic" field to FloatImg descritor
This commit is contained in:
parent
dcc23cabc3
commit
4095750024
|
@ -4,12 +4,13 @@
|
|||
* http://la.buvette.org/photos/cumul
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 132
|
||||
#define FIMG_VERSION 133
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
*/
|
||||
typedef struct {
|
||||
int magic;
|
||||
int width;
|
||||
int height;
|
||||
int type;
|
||||
|
|
Loading…
Reference in New Issue