This commit is contained in:
PlatinumSkink
2015-10-01 14:14:36 +02:00
4 changed files with 48 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ private:
short m_FormatType, m_Channels;
unsigned long m_SampleRate, m_AvgBytesPerSec;
short m_BytesPerSample, m_BitsPerSample;
unsigned long m_DataSize;
unsigned int m_DataSize;
std::map<std::string, ALuint> m_BufferCache;
ALuint LoadFile(std::string path);
};