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

14 lines
323 B
C

#ifndef l_read_h
#define l_read_h
static void create();
mixed can_read_obj(string verb, string id);
mixed can_read_str_word_obj(string str, string verb);
varargs mixed do_read_obj(mixed *args...);
mixed do_read_str_from_obj(string str, object ob);
mixed do_read_str_on_obj(string str, object ob);
#endif /* l_read_h */