#include extern "C" { void init_plugin(Lua * L) { LuaInput::pushconstruct(L); LuaOutput::pushconstruct(L); LuaBuffer::pushconstruct(L); LuaHandle::pushconstruct(L); } }