mirror of
https://github.com/edubart/otclient.git
synced 2025-12-19 23:27:11 +01:00
doc and luabinder changes
This commit is contained in:
@@ -36,10 +36,10 @@ public:
|
||||
bool fillBuffer(const SoundFilePtr& soundFile);
|
||||
bool fillBuffer(ALenum sampleFormat, const DataBuffer<char>& data, int size, int rate);
|
||||
|
||||
ALuint getBufferId() { return m_bufferId; }
|
||||
uint getBufferId() { return m_bufferId; }
|
||||
|
||||
private:
|
||||
ALuint m_bufferId;
|
||||
uint m_bufferId;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user