1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 12:29:56 +00:00
openmw/components/queries/luabindings.hpp
2021-07-09 20:03:27 +02:00

8 lines
117 B
C++

#include <sol/sol.hpp>
#include "query.hpp"
namespace Queries
{
void registerQueryBindings(sol::state& lua);
}