ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/face.h
(Generate patch)

Comparing deliantra/server/include/face.h (file contents):
Revision 1.15 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.16 by root, Wed Jun 6 05:41:26 2007 UTC

59 faceinfo () 59 faceinfo ()
60 : number (0), smooth (0), smoothlevel (0), visibility (0), magicmap (0) 60 : number (0), smooth (0), smoothlevel (0), visibility (0), magicmap (0)
61 { } 61 { }
62}; 62};
63 63
64inline void
65object_freezer::put (keyword k, faceinfo *v)
66{
67 put (k, v ? &v->name : (const char *)0);
68}
69
64typedef std::tr1::unordered_map<const char *, int, str_hash, str_equal, slice_allocator< std::pair<const char *const, int> >, true> facehash_t; 70typedef std::tr1::unordered_map<const char *, int, str_hash, str_equal, slice_allocator< std::pair<const char *const, int> >, true> facehash_t;
65 71
66extern facehash_t facehash; 72extern facehash_t facehash;
67extern std::vector<faceinfo> faces; 73extern std::vector<faceinfo> faces;
68 74

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines