mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 12:56:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <limits> // missing from sol/sol.hpp
 | 
						|
#include <sol/sol.hpp>
 | 
						|
 | 
						|
#include "query.hpp"
 | 
						|
 | 
						|
namespace Queries
 | 
						|
{
 | 
						|
    void registerQueryBindings(sol::state& lua);
 | 
						|
}
 |