Move findApplicablePaths to Transport, add taskID argument

This commit is contained in:
gsemaj
2021-05-05 21:17:06 -04:00
committed by Gent Semaj
parent 9fb41342b3
commit 6ae4ab2cbf
3 changed files with 42 additions and 35 deletions

View File

@@ -49,4 +49,6 @@ namespace Transport {
void lerp(std::queue<Vec3>*, Vec3, Vec3, int, float);
void lerp(std::queue<Vec3>*, Vec3, Vec3, int);
NPCPath* findApplicablePath(int32_t, int32_t, int = -1);
}