added 3dengfx into the repo, probably not the correct version for this
[summerhack] / src / 3dengfx / src / common / string_hash.hpp
diff --git a/src/3dengfx/src/common/string_hash.hpp b/src/3dengfx/src/common/string_hash.hpp
new file mode 100644 (file)
index 0000000..f076213
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _STRING_HASH_HPP_
+#define _STRING_HASH_HPP_
+
+#include <string>
+
+unsigned int string_hash(const std::string &key, unsigned long size);
+
+#endif // _STRING_HASH_HPP_