1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 19:10:24 +00:00
OpenMW/apps/openmw/mwlua/classbindings.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
230 B
C++
Raw Normal View History

2023-10-24 03:19:16 +00:00
#ifndef MWLUA_CLASSBINDINGS_H
#define MWLUA_CLASSBINDINGS_H
#include <sol/forward.hpp>
#include "context.hpp"
namespace MWLua
{
sol::table initClassRecordBindings(const Context& context);
2023-10-24 03:19:16 +00:00
}
#endif // MWLUA_CLASSBINDINGS_H