Added love.audio.set/getDopplerScale.

This commit is contained in:
Alex Szpakowski
2015-02-01 00:36:34 -04:00
parent ea2e45f4e2
commit 695ab41915
7 changed files with 45 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ int w_setOrientation(lua_State *L);
int w_getOrientation(lua_State *L);
int w_setVelocity(lua_State *L);
int w_getVelocity(lua_State *L);
int w_setDopplerScale(lua_State *L);
int w_getDopplerScale(lua_State *L);
int w_record(lua_State *L);
int w_getRecordedData(lua_State *L);
int w_stopRecording(lua_State *L);