aboutsummaryrefslogtreecommitdiff
path: root/src/sdl/draw.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2019-01-13 17:41:24 -0500
committerPaul Duncan <pabs@pablotron.org>2019-01-13 17:41:24 -0500
commiteb30ab240acea4f1e338bb4fcc1ddadb5ccc5aee (patch)
tree4b8ed34c26598fe807c8af3206c17be4989a8c49 /src/sdl/draw.h
parente4f70b11a2f91b47f474fa9e5e4e89978a57472a (diff)
downloadsok-eb30ab240acea4f1e338bb4fcc1ddadb5ccc5aee.tar.bz2
sok-eb30ab240acea4f1e338bb4fcc1ddadb5ccc5aee.zip
add assets, sprite-packer, sprite rendering (disabled, currently busted)
Diffstat (limited to 'src/sdl/draw.h')
-rw-r--r--src/sdl/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdl/draw.h b/src/sdl/draw.h
index 26f7cb0..7a61e7d 100644
--- a/src/sdl/draw.h
+++ b/src/sdl/draw.h
@@ -8,6 +8,8 @@
typedef struct {
SDL_Renderer * const renderer;
+ SDL_Texture * const sprites;
+
const sok_ctx_t * const ctx;
const size_t * const level_num;
const level_t *level;