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