#include #include extern "C" { void init_plugin(Lua * L) { static bool done = false; if (done) return; done = true; Luapsx::pushstatics(L); } }