Pop-Engine/Pop Engine/Career.cpp

6 lines
88 B
C++
Raw Permalink Normal View History

2019-08-12 16:25:03 +00:00
#include "Career.h"
2019-08-22 15:56:53 +00:00
shared_ptr<Production> Career::get_production(){
return pdt;
}