22 #ifndef LASTEXPRESS_FIGHTER_VESNA_H 23 #define LASTEXPRESS_FIGHTER_VESNA_H 25 #include "lastexpress/fight/fighter.h" 29 class LastExpressEngine;
35 void handleAction(FightAction action)
override;
36 void update()
override;
37 bool canInteract(FightAction action = kFightActionNone)
override;
44 void handleAction(FightAction action)
override;
45 void update()
override;
50 #endif // LASTEXPRESS_FIGHTER_VESNA_H Definition: fighter_vesna.h:31
Definition: lastexpress.h:69
Definition: animation.h:45
Definition: fighter.h:105
Definition: fighter_vesna.h:40