Load NPC paths from JSON

This commit is contained in:
Gent
2020-09-24 10:14:37 -04:00
parent c33f218e56
commit 72c16587e0
4 changed files with 35 additions and 7 deletions

View File

@@ -9,5 +9,6 @@ namespace TableData {
int getItemType(int);
void loadPaths();
void constructPath(nlohmann::json::iterator);
void constructPathSkyway(nlohmann::json::iterator);
void constructPathNPC(nlohmann::json::iterator);
}