diff options
Diffstat (limited to 'players.h')
-rw-r--r-- | players.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,9 +25,12 @@ struct character_t { SDL_Surface *surf; + SDL_Surface *curs; + SDL_Rect pos; SDL_Rect pos_hp; SDL_Rect pos_mp; + SDL_Rect pos_curs; bool alive; |