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

13 lines
241 B
C++

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