mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added Source:getType
This commit is contained in:
@@ -59,6 +59,7 @@ int w_Source_setDistance(lua_State *L);
|
||||
int w_Source_getDistance(lua_State *L);
|
||||
int w_Source_setRolloff(lua_State *L);
|
||||
int w_Source_getRolloff(lua_State *L);
|
||||
int w_Source_getType(lua_State *L);
|
||||
extern "C" int luaopen_source(lua_State *L);
|
||||
|
||||
} // audio
|
||||
|
||||
Reference in New Issue
Block a user