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