mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace love
|
||||
namespace audio
|
||||
{
|
||||
|
||||
int w_getNumSources(lua_State *L);
|
||||
int w_getSourceCount(lua_State *L);
|
||||
int w_newSource1(lua_State *L);
|
||||
int w_play(lua_State *L);
|
||||
int w_stop(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user