mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 04:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			212 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "consoleextensions.hpp"
 | 
						|
 | 
						|
#include <components/interpreter/interpreter.hpp>
 | 
						|
 | 
						|
namespace MWScript
 | 
						|
{
 | 
						|
    namespace Console
 | 
						|
    {
 | 
						|
        void installOpcodes(Interpreter::Interpreter& interpreter) {}
 | 
						|
    }
 | 
						|
}
 |