mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
Extend doxygen comment for setNumLoops()
svn-id: r46832
This commit is contained in:
parent
7bb18a018a
commit
5ebadb10d4
@ -102,7 +102,10 @@ public:
|
||||
kUnknownPlayTime = -1
|
||||
};
|
||||
|
||||
/** Set number of times the stream is supposed to get looped, 0 - infinite times */
|
||||
/**
|
||||
* Sets number of times the stream is supposed to get looped
|
||||
* @param numLoops number of loops to play, 0 - infinite
|
||||
*/
|
||||
virtual void setNumLoops(uint numLoops = 1) {};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user