Update godot-cpp

Updates the godot-cpp submodule to a version which supports universal macOS
builds.

- We now need to include the standard string in terminal.cpp.
- Clean-up .gitmodules while we're at it.
This commit is contained in:
Leroy Hopson 2022-05-31 17:59:56 +07:00
parent a7195f3f9b
commit 110e4eff2d
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 11 additions and 19 deletions

View file

@ -8,6 +8,7 @@
#include <ResourceLoader.hpp>
#include <Theme.hpp>
#include <algorithm>
#include <string>
#include <xkbcommon/xkbcommon-keysyms.h>
// For _populate_key_list(), see below.