1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-06 14:40:54 +00:00
openmw/apps/openmw/mwlua/birthsignbindings.hpp

13 lines
246 B
C++

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