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.87 by root, Mon Apr 5 20:33:13 2010 UTC vs.
Revision 1.88 by root, Tue Apr 13 02:39:53 2010 UTC

247int set_variable (object *op, char *buf); 247int set_variable (object *op, char *buf);
248void init_vars (); 248void init_vars ();
249char *get_ob_diff (object *op, object *op2); 249char *get_ob_diff (object *op, object *op2);
250bool load_resource_file_ (const char *filename); 250bool load_resource_file_ (const char *filename);
251/* map.c */ 251/* map.c */
252maptile *find_style (const char *dirname, const char *stylename, int difficulty); 252maptile *find_style (const char *dirname, const char *stylename, int difficulty, bool recurse = false);
253object *pick_random_object (maptile *style); 253object *pick_random_object (maptile *style);
254 254
255/* former funcpoint.h */ 255/* former funcpoint.h */
256/* 256/*
257 * These function-pointers are defined in common/glue.c 257 * These function-pointers are defined in common/glue.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines