diff options
Diffstat (limited to 'Week1-Pacman/src/animation.h')
-rw-r--r-- | Week1-Pacman/src/animation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Week1-Pacman/src/animation.h b/Week1-Pacman/src/animation.h index 390e3f5..af55e14 100644 --- a/Week1-Pacman/src/animation.h +++ b/Week1-Pacman/src/animation.h @@ -6,6 +6,7 @@ #include "demo.h" struct animation_init { + SDL_Texture* spritesheet_texture; SDL_Renderer* ren; const char* spritesheet; int initial_frame_count; |