Move constructPathNPC to Transport

This commit is contained in:
gsemaj
2021-05-05 21:22:11 -04:00
committed by Gent Semaj
parent 6ae4ab2cbf
commit 974b67d4b6
3 changed files with 37 additions and 36 deletions

View File

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