ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/arch.C
(Generate patch)

Comparing deliantra/server/common/arch.C (file contents):
Revision 1.112 by root, Wed Nov 16 23:41:59 2016 UTC vs.
Revision 1.113 by root, Fri Nov 18 04:44:13 2016 UTC

25#include <cassert> 25#include <cassert>
26 26
27#include <global.h> 27#include <global.h>
28 28
29#include <tr1/functional> 29#include <tr1/functional>
30#include <tr1/unordered_map> 30#include <unordered_map>
31 31
32archetype *loading_arch; // ugly flag to object loader etc. to suppress/request special processing 32archetype *loading_arch; // ugly flag to object loader etc. to suppress/request special processing
33arch_ptr archetype::empty; 33arch_ptr archetype::empty;
34 34
35// the hashtable 35// the hashtable
36typedef std::tr1::unordered_map 36typedef std::unordered_map
37 < 37 <
38 const char *, 38 const char *,
39 arch_ptr, 39 arch_ptr,
40 str_hash, 40 str_hash,
41 str_equal, 41 str_equal,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines