diff options
Diffstat (limited to 'obj.h')
-rw-r--r-- | obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ typedef struct { int anim; int grounded, headbutted, on_ramp, jumping; int cooldown, slashing; + int inv, hp; Face face; Rect rect; } Player; |