added 3dengfx into the repo, probably not the correct version for this
[summerhack] / src / 3dengfx / src / common / string_hash.hpp
1 #ifndef _STRING_HASH_HPP_
2 #define _STRING_HASH_HPP_
3
4 #include <string>
5
6 unsigned int string_hash(const std::string &key, unsigned long size);
7
8 #endif  // _STRING_HASH_HPP_