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.80 by root, Tue Nov 10 04:38:45 2009 UTC vs.
Revision 1.81 by root, Sat Jan 16 13:41:37 2010 UTC

245void replace (const char *src, const char *key, const char *replacement, char *result, size_t resultsize); 245void replace (const char *src, const char *key, const char *replacement, char *result, size_t resultsize);
246/* loader.c */ 246/* loader.c */
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);
250/* map.c */ 251/* map.c */
251maptile *find_style (const char *dirname, const char *stylename, int difficulty); 252maptile *find_style (const char *dirname, const char *stylename, int difficulty);
252object *pick_random_object (maptile *style); 253object *pick_random_object (maptile *style);
253 254
254/* former funcpoint.h */ 255/* former funcpoint.h */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines