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.78 by root, Sat Nov 7 18:30:05 2009 UTC vs.
Revision 1.79 by root, Tue Nov 10 01:20:41 2009 UTC

23 */ 23 */
24 24
25#ifndef LIBPROTO_H_ 25#ifndef LIBPROTO_H_
26#define LIBPROTO_H_ 26#define LIBPROTO_H_
27 27
28void load_materials (void); 28void load_materials ();
29 29
30/* anim.c */ 30/* anim.c */
31void free_all_anim (); 31void free_all_anim ();
32void init_anim (); 32void init_anim ();
33int find_animation (const char *name); 33int find_animation (const char *name);
264 * Ryo 2005-07-15 264 * Ryo 2005-07-15
265 */ 265 */
266 266
267void move_apply (object *, object *, object *); 267void move_apply (object *, object *, object *);
268void draw_info (int, int, object *, const char *); 268void draw_info (int, int, object *, const char *);
269void clean_tmp_files (void); 269void clean_tmp_files ();
270void fix_auto_apply (maptile *); 270void fix_auto_apply (maptile *);
271void init_blocksview_players (void); 271void init_blocksview_players ();
272void monster_check_apply (object *, object *); 272void monster_check_apply (object *, object *);
273void process_active_maps (void); 273void process_active_maps ();
274void remove_friendly_object (object *); 274void remove_friendly_object (object *);
275void update_buttons (maptile *); 275void update_buttons (maptile *);
276void move_teleporter (object *); 276void move_teleporter (object *);
277void move_firewall (object *); 277void move_firewall (object *);
278void move_creator (object *); 278void move_creator (object *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines