mirror of
				https://github.com/TES3MP/TES3MP.git
				synced 2025-11-04 03:24:06 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			207 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
 | 
						|
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
 | 
						|
 | 
						|
namespace Interpreter
 | 
						|
{
 | 
						|
    class Interpreter;
 | 
						|
    
 | 
						|
    void installOpcodes (Interpreter& interpreter);
 | 
						|
}
 | 
						|
 | 
						|
#endif
 |