mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
It's now possible to build each module individually (as a DLL).
This commit is contained in:
@@ -52,9 +52,9 @@ namespace sound
|
||||
void * getData() const;
|
||||
int getSize() const;
|
||||
|
||||
int getChannels() const;
|
||||
int getBits() const;
|
||||
int getSampleRate() const;
|
||||
virtual int getChannels() const;
|
||||
virtual int getBits() const;
|
||||
virtual int getSampleRate() const;
|
||||
|
||||
void setSample(int i, float sample);
|
||||
float getSample(int i) const;
|
||||
|
||||
Reference in New Issue
Block a user