Crossfire Server, Branch 1.12  R12190
Data Structures | Defines | Typedefs | Variables
material.h File Reference

Material structures and defines. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _materialtype
 One material type. More...

Defines

#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
 One material type.

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

Definition at line 79 of file material.h.

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