mirror of
				https://github.com/hedge-dev/XenonRecomp.git
				synced 2025-10-30 07:11:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| #include "recompiler.h"
 | |
| 
 | |
| struct TestRecompiler : Recompiler
 | |
| {
 | |
|     void Analyse(const std::string_view& testName);
 | |
|     void Reset();
 | |
|     
 | |
|     static void RecompileTests(const char* srcDirectoryPath, const char* dstDirectoryPath);
 | |
| };
 | 
