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

10 lines
166 B
C

#ifndef l_cast_h
#define l_cast_h
static void create();
mixed can_cast_obj(object ob);
mixed do_cast_obj(object ob);
string help(string str);
#endif /* l_cast_h */