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, 2 insertions, 1 deletions
diff --git a/src/sdl/draw.h b/src/sdl/draw.h
index 304d972..26f7cb0 100644
--- a/src/sdl/draw.h
+++ b/src/sdl/draw.h
@@ -13,7 +13,8 @@ typedef struct {
const level_t *level;
const size_t * const zoom;
- sok_pos_t render_ofs;
+ // render offset
+ int render_ofs_x, render_ofs_y;
} draw_ctx_t;
void draw(draw_ctx_t * const);