Skip to content

Commit

Permalink
Update HCS.h
Browse files Browse the repository at this point in the history
Spelling mistake in inPath prototype
  • Loading branch information
Xillow authored Apr 13, 2024
1 parent ec9694b commit 63e445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/HCS.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bool inRange(Hex origin, Hex target, int range);
/// @param origin
/// @param target
/// @return true if it's on the axis path false if it is off the axis path
bool inPath(Hex origin, Hex targer);
bool inPath(Hex origin, Hex target);

//ADD: a function to create default map shapes
//ADD: a pathfinding algorithm
Expand Down

0 comments on commit 63e445d

Please sign in to comment.