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