mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
9 lines
320 B
C++
9 lines
320 B
C++
namespace SWA
|
|
{
|
|
inline boost::shared_ptr<CCsdProject> CCsdDatabaseWrapper::GetCsdProject(const Hedgehog::Base::CSharedString& in_rName)
|
|
{
|
|
boost::shared_ptr<CCsdProject> spCsdProject;
|
|
GuestToHostFunction<void>(sub_825E2B40, &in_rName, this, &spCsdProject, 0);
|
|
return spCsdProject;
|
|
}
|
|
}
|