aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/draw.h')
-rw-r--r--src/sdl/draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sdl/draw.h b/src/sdl/draw.h
index 919f362..b7e6caa 100644
--- a/src/sdl/draw.h
+++ b/src/sdl/draw.h
@@ -34,6 +34,9 @@ typedef struct {
game_state_t state;
solve_t *solve;
size_t solve_num_steps;
+
+ Uint32 fade_ticks;
+ SDL_Texture *fade_tex;
} draw_ctx_t;
void draw(draw_ctx_t * const);