mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added position audio.
This commit is contained in:
@@ -57,6 +57,13 @@ namespace null
|
||||
void setVolume(float volume);
|
||||
float getVolume() const;
|
||||
|
||||
void setPosition(float * v);
|
||||
void getPosition(float * v) const;
|
||||
void setVelocity(float * v);
|
||||
void getVelocity(float * v) const;
|
||||
void setDirection(float * v);
|
||||
void getDirection(float * v) const;
|
||||
|
||||
}; // Source
|
||||
|
||||
} // null
|
||||
|
||||
Reference in New Issue
Block a user