Crossfire Server, Branches 1.12  R18729
material.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _materialtype
 

Macros

#define M_ADAMANT   256
 
#define M_BONE   2048
 
#define M_CLOTH   128
 
#define M_GLASS   4
 
#define M_ICE   4096
 
#define M_IRON   2
 
#define M_LEATHER   8
 
#define M_LIQUID   512
 
#define M_ORGANIC   32
 
#define M_PAPER   1
 
#define M_SOFT_METAL   1024
 
#define M_SPECIAL
 
#define M_STONE   64
 
#define M_WOOD   16
 
#define NROFMATERIALS   13
 

Typedefs

typedef struct _materialtype materialtype_t
 

Variables

EXTERN materialtype_tmaterialt
 

Detailed Description

Material structures and defines.

Definition in file material.h.

Typedef Documentation

typedef struct _materialtype materialtype_t

One material type.

Variable Documentation

EXTERN materialtype_t* materialt

Definition at line 80 of file material.h.

Referenced by did_make_save_item(), name_to_material(), and set_materialname().