summaryrefslogtreecommitdiff
path: root/players.h
diff options
context:
space:
mode:
Diffstat (limited to 'players.h')
-rw-r--r--players.h3
1 files changed, 3 insertions, 0 deletions
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;