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

12 lines
171 B
C++

#ifndef s_marriage_h
#define s_marriage_h
class marriage {
int WeddingDate;
int DivorceDate;
string Spouse;
string Location;
}
#endif /* s_marriage_h */