mirror of https://github.com/axmolengine/axmol.git
55ff96df3a
Instead of using std::unordered_map<long, T>(long is the hash_code generated by typeid(T).hash_code()), We needs to use std::unordered_map<std::string, T> to avoid collision since unordered_map internally processes collisions. |
||
---|---|---|
.. | ||
bindings | ||
script |