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.107 by root, Sat Nov 17 23:40:01 2018 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 5 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team 6 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 7 * Copyright (©) 1992 Frank Tore Johansen
7 * 8 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 9 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 10 * the terms of the Affero GNU General Public License as published by the
26#define LIBPROTO_H_ 27#define LIBPROTO_H_
27 28
28/* anim.c */ 29/* anim.c */
29void free_all_anim (); 30void free_all_anim ();
30void init_anim (); 31void init_anim ();
31int find_animation (const char *name);
32void animate_object (object *op, int dir); 32void animate_object (object *op, int dir);
33/* arch.c */ 33/* arch.c */
34archetype *find_archetype_by_object_name (const char *name); 34archetype *find_archetype_by_object_name (const char *name);
35archetype *find_archetype_by_object_type_name (int type, const char *name); 35archetype *find_archetype_by_object_type_name (int type, const char *name);
36object *get_archetype_by_skill_name (const char *skill, int type); 36object *get_archetype_by_skill_name (const char *skill, int type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines