Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old Rect, Point and Size classes #3316

Merged
merged 14 commits into from
May 4, 2021
Prev Previous commit
Next Next commit
Merge branch 'master' into 32_bit
  • Loading branch information
ihhub authored May 3, 2021
commit 02712189c780e4f71f7f3f4b7816be6030781257
1 change: 0 additions & 1 deletion src/fheroes2/battle/battle_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ namespace Battle
void SetArea( const fheroes2::Rect & );

s32 GetIndexAbsPosition( const fheroes2::Point & ) const;
Indexes GetPassableQualityPositions( const Unit & b );
std::vector<Unit *> GetNearestTroops( const Unit * startUnit, const std::vector<Unit *> & blackList );
Indexes GetAStarPath( const Unit & unit, const Position & destination, const bool debug = true ) const;

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.