mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
moved SoundData::load back to private
--HG-- branch : minor-manual-decoders
This commit is contained in:
@@ -54,10 +54,11 @@ public:
|
||||
|
||||
void setSample(int i, float sample);
|
||||
float getSample(int i) const;
|
||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||
|
||||
private:
|
||||
|
||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||
|
||||
uint8 *data;
|
||||
size_t size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user