mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
ported TYPE_QUEUE Source from default to minor
--HG-- branch : minor
This commit is contained in:
@@ -91,6 +91,7 @@ public:
|
||||
void seek(Source *source, float offset, void *unit);
|
||||
float tell(Source *source, void *unit);
|
||||
double getDuration(Source *source, void *unit);
|
||||
void queueData(Source *source, void *data, ALsizei length);
|
||||
|
||||
bool play(const std::vector<love::audio::Source*> &sources);
|
||||
void stop(const std::vector<love::audio::Source*> &sources);
|
||||
|
||||
Reference in New Issue
Block a user