mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-11-04 08:26:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
 | 
						|
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
 | 
						|
 | 
						|
namespace Interpreter
 | 
						|
{
 | 
						|
    class Interpreter;
 | 
						|
    
 | 
						|
    void installOpcodes (Interpreter& interpreter);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |