nothing to see here

This commit is contained in:
tth
2021-05-04 09:56:18 +02:00
parent 87ab682879
commit 65eaca26cc
4 changed files with 71 additions and 4 deletions

View File

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