mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
TTS: Improve documentation
This commit is contained in:
parent
0434419b31
commit
5baa023ed0
@ -148,6 +148,8 @@ public:
|
||||
* Says the given string
|
||||
*
|
||||
* @param str The string to say
|
||||
* @param charset The encoding of the string. If empty this is assumed to be the
|
||||
* encoding used for the GUI.
|
||||
*/
|
||||
virtual bool say(String str, String charset = "") { return false; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user