trunk/src/emu/luaengine.c
| r31049 | r31050 | |
| 8 | 8 | |
| 9 | 9 | ***************************************************************************/ |
| 10 | 10 | |
| 11 | #include "lua/lua.hpp" |
| 12 | #include "lua/lib/lualibs.h" |
| 13 | #include "lua/bridge/LuaBridge.h" |
| 11 | 14 | #include <signal.h> |
| 12 | 15 | #include "emu.h" |
| 13 | 16 | #include "emuopts.h" |
| 14 | 17 | #include "osdepend.h" |
| 15 | 18 | #include "drivenum.h" |
| 16 | | #include "lua/lua.hpp" |
| 17 | | #include "lua/lib/lualibs.h" |
| 18 | 19 | #include "web/mongoose.h" |
| 19 | | #include "lua/bridge/LuaBridge.h" |
| 20 | 20 | |
| 21 | 21 | //************************************************************************** |
| 22 | 22 | // LUA ENGINE |