From 1202f9248def0a7f685700191d29e97c601c7500 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Tue, 9 Oct 2007 11:39:22 +0000 Subject: Added an actual vector version of CrawlHashTable, and removed the code for making a hash table imitate a vector. Since there's now more than just one type of savable/restorable container, hash.cc and hash.h have been renamed to store.cc and store.h ("store" for storage). Destroying/unlinking/deleting an item now clears out the item's props field. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2389 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/externs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/externs.h') diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h index f94cdd07f6..6d505674f4 100644 --- a/crawl-ref/source/externs.h +++ b/crawl-ref/source/externs.h @@ -30,9 +30,9 @@ #include "defines.h" #include "enum.h" #include "FixAry.h" -#include "hash.h" #include "libutil.h" #include "mpr.h" +#include "store.h" #define INFO_SIZE 200 // size of message buffers #define ITEMNAME_SIZE 200 // size of item names/shop names/etc -- cgit v1.2.3-54-g00ecf