6 lines
88 B
C++
6 lines
88 B
C++
#include "Career.h"
|
|
|
|
shared_ptr<Production> Career::get_production(){
|
|
return pdt;
|
|
}
|