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
+3
View File
@@ -67,6 +67,9 @@ public:
void getVelocity(float *v) const;
void setVelocity(float *v);
void setDopplerScale(float scale);
float getDopplerScale() const;
void record();
love::sound::SoundData *getRecordedData();
love::sound::SoundData *stopRecording(bool returnData);