mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 03:00:50 -06:00
10 lines
320 B
C++
10 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;
|
|
}
|
|
}
|