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.13 by root, Mon Apr 16 06:23:41 2007 UTC vs.
Revision 1.14 by root, Tue Apr 17 18:24:30 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines