ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/treasure.h
(Generate patch)

Comparing deliantra/server/include/treasure.h (file contents):
Revision 1.15 by root, Thu Apr 19 16:23:47 2007 UTC vs.
Revision 1.16 by root, Tue Apr 24 00:42:02 2007 UTC

110 * the chance for this list. 110 * the chance for this list.
111 */ 111 */
112 treasurelist *next; /* Next treasure-item in linked list */ 112 treasurelist *next; /* Next treasure-item in linked list */
113 treasure *items; /* Items in this list, linked */ 113 treasure *items; /* Items in this list, linked */
114 114
115 void create (object *op, int flag, int difficulty);
116
115 static treasurelist *read (object_thawer &f); 117 static treasurelist *read (object_thawer &f);
116 static treasurelist *get (const char *name); // find or create 118 static treasurelist *get (const char *name); // find or create
117 static treasurelist *find (const char *name); 119 static treasurelist *find (const char *name);
118}; 120};
119 121

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines