mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
14 lines
230 B
C++
14 lines
230 B
C++
#ifndef MWLUA_CLASSBINDINGS_H
|
|
#define MWLUA_CLASSBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
#include "context.hpp"
|
|
|
|
namespace MWLua
|
|
{
|
|
sol::table initClassRecordBindings(const Context& context);
|
|
}
|
|
|
|
#endif // MWLUA_CLASSBINDINGS_H
|