6 lines
76 B
C++
6 lines
76 B
C++
#include "Land.h"
|
|
|
|
shared_ptr<Market> Land::get_market(){
|
|
return mkt;
|
|
}
|