feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef TTS_ANDROID_H
|
||||
#define TTS_ANDROID_H
|
||||
#pragma once
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/string/ustring.h"
|
||||
|
|
@ -55,6 +54,8 @@ class TTS_Android {
|
|||
|
||||
static HashMap<int, Char16String> ids;
|
||||
|
||||
static void initialize_tts();
|
||||
|
||||
public:
|
||||
static void setup(jobject p_tts);
|
||||
static void terminate();
|
||||
|
|
@ -68,5 +69,3 @@ public:
|
|||
static void resume();
|
||||
static void stop();
|
||||
};
|
||||
|
||||
#endif // TTS_ANDROID_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue