LCOV - code coverage report
Current view: top level - core/animations/states - LegsJumpSideAnimationState.hpp (source / functions) Coverage Total Hit
Test: coverage-src.info Lines: 0.0 % 1 0
Test Date: 2025-05-27 23:26:07 Functions: 0.0 % 2 0

            Line data    Source code
       1              : #ifndef __LEGS_JUMP_SIDE_ANIMATION_STATE_HPP__
       2              : #define __LEGS_JUMP_SIDE_ANIMATION_STATE_HPP__
       3              : 
       4              : #include "core/animations/AnimationState.hpp"
       5              : 
       6              : #include "core/animations/AnimationData.hpp"
       7              : 
       8              : namespace Soldank
       9              : {
      10              : struct Soldier;
      11              : 
      12              : class LegsJumpSideAnimationState final : public Soldank::AnimationState
      13              : {
      14              : public:
      15              :     LegsJumpSideAnimationState(const AnimationDataManager& animation_data_manager);
      16            0 :     ~LegsJumpSideAnimationState() override = default;
      17              : 
      18              :     std::optional<std::shared_ptr<AnimationState>> HandleInput(Soldier& soldier) final;
      19              :     void Update(Soldier& soldier, const PhysicsEvents& physics_events) final;
      20              : 
      21              :     void SetInitialJumpingDirection(bool jumping_direction_left);
      22              : 
      23              : private:
      24              :     const AnimationDataManager& animation_data_manager_;
      25              : };
      26              : } // namespace Soldank
      27              : 
      28              : #endif
        

Generated by: LCOV version 2.0-1