1 #include "../registry.qh"
7 const int MAX_ITEMS = 24;
8 entity ITEMS[MAX_ITEMS], ITEMS_first, ITEMS_last;
10 /** If you register a new item, make sure to add it to all.inc */
11 #define REGISTER_ITEM(id, class) REGISTER(RegisterItems, ITEM, ITEMS, ITEM_COUNT, id, m_id, NEW(class))
12 REGISTER_REGISTRY(RegisterItems)
18 #include "inventory.qh"