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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.126 by root, Sat May 26 15:44:04 2007 UTC vs.
Revision 1.127 by root, Sun May 27 23:56:21 2007 UTC

59 59
60/* See common/item.c */ 60/* See common/item.c */
61 61
62typedef struct Body_Locations 62typedef struct Body_Locations
63{ 63{
64 const char *save_name; /* Name used to load/save it to disk */ 64 keyword save_name; /* Name used to load/save it to disk */
65 const char *use_name; /* Name used when describing an item we can use */ 65 const char *use_name; /* Name used when describing an item we can use */
66 const char *nonuse_name; /* Name to describe objects we can't use */ 66 const char *nonuse_name; /* Name to describe objects we can't use */
67} Body_Locations; 67} Body_Locations;
68 68
69extern Body_Locations body_locations[NUM_BODY_LOCATIONS]; 69extern Body_Locations body_locations[NUM_BODY_LOCATIONS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines