You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undefined reference to `tmxparser::parseFromFile(std::string const&, tmxparser::TmxMap*, std::string const&)'|
I get that error with this line of code:
tmxparser::TmxMap tilemap;
error = tmxparser::parseFromFile("resources/map/map.tmx", &tilemap, "resources/tilemap/");
The text was updated successfully, but these errors were encountered:
undefined reference to `tmxparser::parseFromFile(std::string const&, tmxparser::TmxMap*, std::string const&)'|
I get that error with this line of code:
tmxparser::TmxMap tilemap;
error = tmxparser::parseFromFile("resources/map/map.tmx", &tilemap, "resources/tilemap/");
The text was updated successfully, but these errors were encountered: