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

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.104 by root, Wed Nov 14 05:18:18 2012 UTC vs.
Revision 1.105 by root, Wed Nov 14 06:21:39 2012 UTC

26#define LIBPROTO_H_ 26#define LIBPROTO_H_
27 27
28/* anim.c */ 28/* anim.c */
29void free_all_anim (); 29void free_all_anim ();
30void init_anim (); 30void init_anim ();
31int find_animation (const char *name);
32void animate_object (object *op, int dir); 31void animate_object (object *op, int dir);
33/* arch.c */ 32/* arch.c */
34archetype *find_archetype_by_object_name (const char *name); 33archetype *find_archetype_by_object_name (const char *name);
35archetype *find_archetype_by_object_type_name (int type, const char *name); 34archetype *find_archetype_by_object_type_name (int type, const char *name);
36object *get_archetype_by_skill_name (const char *skill, int type); 35object *get_archetype_by_skill_name (const char *skill, int type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines