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

Comparing deliantra/server/socket/sounds.C (file contents):
Revision 1.34 by root, Wed Nov 16 23:42:03 2016 UTC vs.
Revision 1.36 by root, Sat Nov 17 23:33:18 2018 UTC

31 31
32#include <global.h> 32#include <global.h>
33#include <sproto.h> 33#include <sproto.h>
34#include <sounds.h> 34#include <sounds.h>
35 35
36#include <tr1/unordered_map> 36#include <flat_hash_map.hpp>
37 37
38// the hashtable 38// the hashtable
39typedef std::tr1::unordered_map 39typedef ska::flat_hash_map
40 < 40 <
41 const char *, 41 const char *,
42 faceidx, 42 faceidx,
43 str_hash, 43 str_hash,
44 str_equal, 44 str_equal,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines