mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-06 22:02:23 -04:00
Document Mixer member typedef
This commit is contained in:
parent
e37d67725e
commit
995003768b
@ -42,7 +42,7 @@ class Chunk;
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
class Mixer {
|
class Mixer {
|
||||||
public:
|
public:
|
||||||
typedef void (*ChannelFinishedHandler)(int);
|
typedef void (*ChannelFinishedHandler)(int); ///< Function type for channel finished callback
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool open_;
|
bool open_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user