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

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

14 lines
237 B
C++
Raw Normal View History

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