From 8dea50c02d5b04221488fb8d4b0719e373e7f9d0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 03:12:30 +0100 Subject: added the cursor and its position to a character Signed-off-by: Olivier Gayot --- players.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'players.h') diff --git a/players.h b/players.h index 4b730f8..039f53e 100644 --- a/players.h +++ b/players.h @@ -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; -- cgit v1.2.3