nothing to see here
This commit is contained in:
@@ -4,11 +4,12 @@
|
||||
* http://la.buvette.org/photos/cumul
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 142
|
||||
#define FIMG_VERSION 143
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
*/
|
||||
#define MAGIC_FIMG 0x00F11F00
|
||||
typedef struct {
|
||||
unsigned long magic;
|
||||
int width;
|
||||
@@ -28,6 +29,7 @@ typedef struct {
|
||||
int w, h, t;
|
||||
} FimgFileHead;
|
||||
|
||||
#define MAGIC_AREA51 0xA5EA0051
|
||||
typedef struct {
|
||||
unsigned long magic;
|
||||
int w, h;
|
||||
|
||||
Reference in New Issue
Block a user