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

Comparing deliantra/server/include/material.h (file contents):
Revision 1.17 by root, Tue Nov 10 04:38:45 2009 UTC vs.
Revision 1.18 by root, Tue Nov 10 16:29:20 2009 UTC

66}; 66};
67 67
68extern materialtype_t *materialt; 68extern materialtype_t *materialt;
69extern materialtype_t material_null; // defined in shstr.C 69extern materialtype_t material_null; // defined in shstr.C
70 70
71#define MATERIAL_NULL &material_null
72
71void load_materials (); 73void load_materials ();
72// provide a material for the item if the material isn't set yet 74// provide a material for the item if the material isn't set yet
73void select_material (object *op, int difficulty); 75void select_material (object *op, int difficulty);
74 76
75#endif 77#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines