ItemDesc

Item entry element in an ItemPool.

Synopsis

typedef struct ItemDesc {
   struct ItemDesc* next;
   Item item;
} ItemDesc, *ItemDescPtr

Description

Used internally by the ItemPool module to keep track of items available in the pool.

Fields

next
Pointer to next in the list.
item
Item number of a free item.

Associated Files

ItemPool.h