mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
10 lines
163 B
C++
10 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);
|
|
}
|