mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +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);
|
void setSample(int i, float sample);
|
||||||
float getSample(int i) const;
|
float getSample(int i) const;
|
||||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||||
|
|
||||||
uint8 *data;
|
uint8 *data;
|
||||||
size_t size;
|
size_t size;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user