mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Cleaned up the code for initializing love.filesystem and the source and save directories a bit
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
// LOVE
|
||||
#include "filesystem/File.h"
|
||||
|
||||
#include "common/int.h"
|
||||
#include "Decoder.h"
|
||||
|
||||
namespace love
|
||||
@@ -59,12 +59,13 @@ private:
|
||||
|
||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||
|
||||
char *data;
|
||||
int8 *data;
|
||||
int size;
|
||||
|
||||
int sampleRate;
|
||||
int bitDepth;
|
||||
int channels;
|
||||
|
||||
}; // SoundData
|
||||
|
||||
} // sound
|
||||
|
||||
Reference in New Issue
Block a user