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

11 lines
174 B
C

#ifndef l_marry_h
#define l_marry_h
static void create();
mixed can_marry_liv_to_liv();
mixed do_marry_liv_to_liv(object spouse1, object spouse2);
#endif /* l_marry_h */