1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-08 22:04:31 +00:00
openmw/apps/openmw/mwlua/dialoguebindings.hpp

13 lines
237 B
C++

#ifndef MWLUA_DIALOGUEBINDINGS_H
#define MWLUA_DIALOGUEBINDINGS_H
#include <sol/forward.hpp>
namespace MWLua
{
struct Context;
sol::table initCoreDialogueBindings(const Context& context);
}
#endif // MWLUA_DIALOGUEBINDINGS_H