mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-15 06:30:54 +00:00
13 lines
241 B
C++
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
|