Update godot-cpp submodule

- We now need to include `<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 99c3b1b452
commit 0ccac28cc6
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.

@ -1 +1 @@
Subproject commit 26d4df4e174124e1174c624d770661b1394fcf5f
Subproject commit f9f6767722e17a1d690f7ce975e1e7f8065b61e2