mirror of
https://github.com/edubart/otclient.git
synced 2025-11-04 20:46:24 +01:00
rewrite and reoganize tools functions
* create stdext namespace which contains additional C++ algorithms * organize stdext in string, math, cast and exception utilities
This commit is contained in:
@@ -38,7 +38,7 @@ bool ParticleManager::load(const std::string& filename)
|
||||
}
|
||||
}
|
||||
return true;
|
||||
} catch(Exception& e) {
|
||||
} catch(stdext::exception& e) {
|
||||
logError("could not load particles: ", e.what());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user