mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 09:26:38 +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);
 | |
| }
 |