#ifndef __H_loadio #define __H_loadio #include #include #include extern "C" { #include #include #include } void load_iofuncs(lua_State* L); #endif