mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Added many comments, and changed function names for wrapper functions.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace love
|
||||
namespace audio
|
||||
{
|
||||
Music * luax_checkmusic(lua_State * L, int idx);
|
||||
int wrap_Music_open(lua_State * L);
|
||||
int luaopen_music(lua_State * L);
|
||||
|
||||
} // audio
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user