diff options
| author | Paul Duncan <pabs@pablotron.org> | 2019-01-14 19:48:01 -0500 | 
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2019-01-14 19:48:01 -0500 | 
| commit | 7713f545b9c1556a68596efef83569d3d7d5037b (patch) | |
| tree | a642257f3e761c6b725667b710a9b5fe3fc693f9 /src/sdl/draw.h | |
| parent | d75423815e3f81de0e4fbb8a5dc9aa43fd923f9b (diff) | |
| download | sok-7713f545b9c1556a68596efef83569d3d7d5037b.tar.xz sok-7713f545b9c1556a68596efef83569d3d7d5037b.zip | |
cache SDL_GetTicks()
Diffstat (limited to 'src/sdl/draw.h')
| -rw-r--r-- | src/sdl/draw.h | 1 | 
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); | 
