More build fixes.
This commit is contained in:
@@ -27,6 +27,9 @@ public:
|
|||||||
|
|
||||||
virtual BGameSound* Clone() const;
|
virtual BGameSound* Clone() const;
|
||||||
|
|
||||||
|
typedef void (*hook)(void* cookie, void* buffer, size_t byteCount,
|
||||||
|
BStreamingGameSound* me);
|
||||||
|
|
||||||
virtual status_t SetStreamHook(hook h, void* cookie);
|
virtual status_t SetStreamHook(hook h, void* cookie);
|
||||||
|
|
||||||
virtual void FillBuffer(void* buffer, size_t byteCount);
|
virtual void FillBuffer(void* buffer, size_t byteCount);
|
||||||
@@ -36,9 +39,6 @@ public:
|
|||||||
|
|
||||||
virtual status_t Perform(int32 selector, void* data);
|
virtual status_t Perform(int32 selector, void* data);
|
||||||
|
|
||||||
typedef void (*hook)(void* cookie, void* buffer, size_t byteCount,
|
|
||||||
BStreamingGameSound* me);
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
BStreamingGameSound(BGameSoundDevice* device);
|
BStreamingGameSound(BGameSoundDevice* device);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user