#ifndef __H_BE_initdevice #define __H_BE_initdevice #include extern "C" { #include #include #include } using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; IrrlichtDevice* spawnIrrDevice(lua_State* L); #endif