mud/lib/lib/include/items.h
2020-09-06 05:43:07 -07:00

17 lines
386 B
C

#ifndef l_items_h
#define l_items_h
static void create();
mixed direct_look_at_str_on_obj(string str, object target);
varargs mixed eventShow(object who, string component);
mapping SetItems(mapping items);
varargs mixed AddItem(mixed item, mixed val);
mapping RemoveItem(mixed item);
varargs mixed GetLong(string item);
/* pure virtual */ string GetShort();
#endif /* l_items_h */