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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl/draw.h b/src/sdl/draw.h
index b8aeed4..19d8837 100644
--- a/src/sdl/draw.h
+++ b/src/sdl/draw.h
@@ -22,6 +22,7 @@ typedef struct {
// render offset
int render_ofs_x, render_ofs_y;
+ Uint32 ticks;
} draw_ctx_t;
void draw(draw_ctx_t * const);