mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-08 22:04:31 +00:00
13 lines
237 B
C++
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
|