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.28 by root, Tue Nov 3 23:44:21 2009 UTC vs.
Revision 1.29 by root, Fri Nov 6 13:03:34 2009 UTC

111 void resize (int new_size); 111 void resize (int new_size);
112}; 112};
113 113
114typedef std::tr1::unordered_map<const char *, int, str_hash, str_equal, slice_allocator< std::pair<const char *const, int> > > animhash_t; 114typedef std::tr1::unordered_map<const char *, int, str_hash, str_equal, slice_allocator< std::pair<const char *const, int> > > animhash_t;
115 115
116extern animhash_t animhash;
117extern std::vector<animation> animations; 116extern std::vector<animation> animations;
118 117
119#endif 118#endif
120 119

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines