--- deliantra/server/include/treasure.h 2007/04/16 06:23:41 1.13 +++ deliantra/server/include/treasure.h 2007/04/17 18:24:30 1.14 @@ -114,6 +114,7 @@ treasurelist *next; /* Next treasure-item in linked list */ treasure *items; /* Items in this list, linked */ + static treasurelist *read (object_thawer &f); static treasurelist *get (const char *name); // find or create static treasurelist *find (const char *name); };