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.18 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.19 by root, Wed Jun 6 05:41:26 2007 UTC

117 static treasurelist *read (object_thawer &f); 117 static treasurelist *read (object_thawer &f);
118 static treasurelist *get (const char *name); // find or create 118 static treasurelist *get (const char *name); // find or create
119 static treasurelist *find (const char *name); 119 static treasurelist *find (const char *name);
120}; 120};
121 121
122inline void
123object_freezer::put (keyword k, treasurelist *v)
124{
125 put (k, v ? &v->name : (const char *)0);
126}
127
122void create_treasure (treasurelist *t, object *op, int flag, int difficulty, int tries = 0); 128void create_treasure (treasurelist *t, object *op, int flag, int difficulty, int tries = 0);
123 129
124#endif 130#endif
125 131

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines