mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 12:29:56 +00:00
8 lines
117 B
C++
8 lines
117 B
C++
#include <sol/sol.hpp>
|
|
|
|
#include "query.hpp"
|
|
|
|
namespace Queries
|
|
{
|
|
void registerQueryBindings(sol::state& lua);
|
|
}
|