From 76ed3c164662f4ee4c109bb2054c61c99ea86251 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 Jul 2006 21:58:35 +0000 Subject: Added the not-yet-working hash class. More thought must be done. This doesn't actually change any existing code really just adds a new class that you can't use because it's commented out. I'll probably move it to a branch. --- src/hash.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/hash.cpp (limited to 'src/hash.cpp') diff --git a/src/hash.cpp b/src/hash.cpp new file mode 100644 index 0000000..b4aac77 --- /dev/null +++ b/src/hash.cpp @@ -0,0 +1 @@ +#include "hash.h" -- cgit v1.2.3