1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #75933 from akien-mga/windows-tts-hashmap

Windows TTS: Use HashMap instead of RBMap for ids
This commit is contained in:
Rémi Verschelde
2023-04-11 19:41:03 +02:00
6 changed files with 18 additions and 15 deletions

View File

@@ -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"