diff options
Diffstat (limited to 'gfx-iso/app/app.h')
-rw-r--r-- | gfx-iso/app/app.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx-iso/app/app.h b/gfx-iso/app/app.h index 160da47..25e55eb 100644 --- a/gfx-iso/app/app.h +++ b/gfx-iso/app/app.h | |||
@@ -4,6 +4,7 @@ typedef struct IsoGfx IsoGfx; | |||
4 | typedef struct IsoGfxApp IsoGfxApp; | 4 | typedef struct IsoGfxApp IsoGfxApp; |
5 | 5 | ||
6 | typedef struct IsoGfxApp { | 6 | typedef struct IsoGfxApp { |
7 | int pixel_scale; // 0 or 1 for 1:1 scale. | ||
7 | void* state; | 8 | void* state; |
8 | void (*shutdown)(IsoGfx*, void* state); | 9 | void (*shutdown)(IsoGfx*, void* state); |
9 | void (*update)(IsoGfx*, void* state, double t, double dt); | 10 | void (*update)(IsoGfx*, void* state, double t, double dt); |