Move luaopen_love_sound to love.sound.lullaby

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2011-03-13 20:02:56 +01:00
parent ff387790ce
commit dc61911a25
7 changed files with 1911 additions and 1841 deletions
-1
View File
@@ -33,7 +33,6 @@ namespace sound
{
int w_newSoundData(lua_State * L);
int w_newDecoder(lua_State * L);
extern "C" LOVE_EXPORT int luaopen_love_sound(lua_State * L);
} // sound
} // love