summaryrefslogtreecommitdiff
path: root/src/w_wad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w_wad.h')
-rw-r--r--src/w_wad.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/w_wad.h b/src/w_wad.h
index 659c0b40..2126ad9a 100644
--- a/src/w_wad.h
+++ b/src/w_wad.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: w_wad.h 438 2006-03-24 20:40:08Z fraggle $
+// $Id: w_wad.h 558 2006-06-16 17:06:05Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -92,6 +92,8 @@ void* W_CacheLumpName (char* name, int tag);
void W_GenerateHashTable(void);
+extern unsigned int W_LumpNameHash(const char *s);
+
#endif
//-----------------------------------------------------------------------------