Cleaned up the code for initializing love.filesystem and the source and save directories a bit

This commit is contained in:
Alex Szpakowski
2014-03-01 20:23:04 -04:00
parent ecf37320a9
commit ec0f428c4f
4 changed files with 82 additions and 51 deletions
+3 -2
View File
@@ -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