Add enet and lua-enet

This commit is contained in:
Martin Felis
2013-07-10 15:42:50 +02:00
parent 25d0d87247
commit 14ca401158
31 changed files with 7472 additions and 22 deletions
+2
View File
@@ -81,6 +81,7 @@ _GLIBCXX_END_NAMESPACE
// Libraries.
#include "libraries/luasocket/luasocket.h"
#include "libraries/enet/lua-enet.h"
// Scripts
#include "scripts/boot.lua.h"
@@ -193,6 +194,7 @@ int luaopen_love(lua_State * L)
}
love::luasocket::__open(L);
love::luax_preload(L, luaopen_enet, "enet");
return 1;
}