mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00: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;
 | |
|     }
 | |
| }
 | 
