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.99 by root, Sat Apr 23 04:56:48 2011 UTC vs.
Revision 1.100 by root, Sun May 1 16:58:16 2011 UTC

43void dump_arch (archetype *at); 43void dump_arch (archetype *at);
44void dump_all_archetypes (); 44void dump_all_archetypes ();
45void free_all_archs (); 45void free_all_archs ();
46void check_generators (); 46void check_generators ();
47bool load_archetype_file (const char *filename); 47bool load_archetype_file (const char *filename);
48object *get_archetype (const char *name);
49unsigned long hasharch (const char *str, int tablesize); 48unsigned long hasharch (const char *str, int tablesize);
50object *clone_arch (int type); 49object *clone_arch (int type);
51object *object_create_arch (archetype *at); 50object *object_create_arch (archetype *at);
52/* button.c */ 51/* button.c */
53void push_button (object *op, object *originator); 52void push_button (object *op, object *originator);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines