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