X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dengfx%2Fsrc%2Fcommon%2Fstring_hash.hpp;fp=src%2F3dengfx%2Fsrc%2Fcommon%2Fstring_hash.hpp;h=f076213d081168f152d219312e3f7af0021bc983;hb=6e23259dbabaeb1711a2a5ca25b9cb421f693759;hp=0000000000000000000000000000000000000000;hpb=fe068fa879814784c45e0cb2e65dac489e8f5594;p=summerhack diff --git a/src/3dengfx/src/common/string_hash.hpp b/src/3dengfx/src/common/string_hash.hpp new file mode 100644 index 0000000..f076213 --- /dev/null +++ b/src/3dengfx/src/common/string_hash.hpp @@ -0,0 +1,8 @@ +#ifndef _STRING_HASH_HPP_ +#define _STRING_HASH_HPP_ + +#include + +unsigned int string_hash(const std::string &key, unsigned long size); + +#endif // _STRING_HASH_HPP_