11 lines
174 B
C
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 */
|