aboutsummaryrefslogtreecommitdiff
path: root/include/graphics.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/graphics.hpp')
-rw-r--r--include/graphics.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/graphics.hpp b/include/graphics.hpp
index ea5d70e..5f274a3 100644
--- a/include/graphics.hpp
+++ b/include/graphics.hpp
@@ -28,7 +28,10 @@ private:
SDL_Texture *m_crateTex;
SDL_Texture *m_crateSolvedTex;
SDL_Texture *m_payloadTex;
- SDL_Texture *m_playerTex;
+ SDL_Texture *m_playerUpTex;
+ SDL_Texture *m_playerDownTex;
+ SDL_Texture *m_playerLeftTex;
+ SDL_Texture *m_playerRightTex;
void drawGame();
void drawCell(Game::Cell cell, int y, int x);