mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Windows TTS: Use HashMap instead of RBMap for ids
And fixup includes in other implementations.
(cherry picked from commit 92b9806dcc)
This commit is contained in:
parent
7e482f420d
commit
effefe9feb
6 changed files with 18 additions and 15 deletions
|
|
@ -34,8 +34,8 @@
|
|||
#include "core/os/thread.h"
|
||||
#include "core/os/thread_safe.h"
|
||||
#include "core/string/ustring.h"
|
||||
#include "core/templates/hash_map.h"
|
||||
#include "core/templates/list.h"
|
||||
#include "core/templates/rb_map.h"
|
||||
#include "core/variant/array.h"
|
||||
#include "servers/display_server.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue