Edit: /usr/include/luabind/object_fwd.hpp (331B)
#ifndef LUABIND_OBJECT_FWD_050419_HPP
#define LUABIND_OBJECT_FWD_050419_HPP
namespace luabind {
namespace adl {
class object;
class argument;
template
struct table;
} // namespace adl
using adl::object;
using adl::argument;
using adl::table;
} // namespace luabind
#endif