mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-15 08:08:26 +02:00
Fix compile errors.
This commit is contained in:
parent
cfb9c810a8
commit
048920302e
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
#include "tts_android.h"
|
#include "tts_android.h"
|
||||||
|
|
||||||
#include "java_godot_wrapper.h"
|
#include "java_pandemonium_wrapper.h"
|
||||||
#include "os_android.h"
|
#include "os_android.h"
|
||||||
#include "string_android.h"
|
#include "string_android.h"
|
||||||
#include "thread_jandroid.h"
|
#include "thread_jandroid.h"
|
||||||
|
@ -100,7 +100,7 @@ private:
|
|||||||
bool idb_is_syncing;
|
bool idb_is_syncing;
|
||||||
bool pwa_is_waiting;
|
bool pwa_is_waiting;
|
||||||
|
|
||||||
Map<int, CharString> utterance_ids;
|
RBMap<int, CharString> utterance_ids;
|
||||||
Array voices;
|
Array voices;
|
||||||
|
|
||||||
static void fullscreen_change_callback(int p_fullscreen);
|
static void fullscreen_change_callback(int p_fullscreen);
|
||||||
|
@ -54,7 +54,7 @@ class TTS_Windows {
|
|||||||
int offset;
|
int offset;
|
||||||
int id;
|
int id;
|
||||||
};
|
};
|
||||||
Map<ULONG, UTData> ids;
|
RBMap<ULONG, UTData> ids;
|
||||||
|
|
||||||
static void __stdcall speech_event_callback(WPARAM wParam, LPARAM lParam);
|
static void __stdcall speech_event_callback(WPARAM wParam, LPARAM lParam);
|
||||||
void _update_tts();
|
void _update_tts();
|
||||||
|
Loading…
Reference in New Issue
Block a user