mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added many comments, and changed function names for wrapper functions.
This commit is contained in:
@@ -30,14 +30,14 @@ namespace love
|
||||
namespace sound
|
||||
{
|
||||
SoundData * luax_checksounddata(lua_State * L, int idx);
|
||||
int _wrap_getPointer(lua_State * L);
|
||||
int _wrap_getSize(lua_State * L);
|
||||
int _wrap_getChannels(lua_State * L);
|
||||
int _wrap_getBits(lua_State * L);
|
||||
int _wrap_getSampleRate(lua_State * L);
|
||||
int _wrap_setSample(lua_State * L);
|
||||
int _wrap_getSample(lua_State * L);
|
||||
int wrap_SoundData_open(lua_State * L);
|
||||
int w_getPointer(lua_State * L);
|
||||
int w_getSize(lua_State * L);
|
||||
int w_getChannels(lua_State * L);
|
||||
int w_getBits(lua_State * L);
|
||||
int w_getSampleRate(lua_State * L);
|
||||
int w_setSample(lua_State * L);
|
||||
int w_getSample(lua_State * L);
|
||||
int luaopen_sounddata(lua_State * L);
|
||||
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user