From d592b58af373c2c8e863ff0c744f23c26a26fa64 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 16:07:10 -0400 Subject: Downgrade protobuf This allows the generated Python file to be compatible with the frozen Archipelago install. --- tools/util/godot_scene.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools/util/godot_scene.cpp') diff --git a/tools/util/godot_scene.cpp b/tools/util/godot_scene.cpp index 1e77c9e..f788d21 100644 --- a/tools/util/godot_scene.cpp +++ b/tools/util/godot_scene.cpp @@ -1,10 +1,8 @@ #include "godot_scene.h" -#include -#include - #include #include +#include #include namespace com::fourisland::lingo2_archipelago { @@ -23,7 +21,7 @@ struct Heading { GodotInstanceType instance_type; }; -Heading ParseTscnHeading(absl::string_view line) { +Heading ParseTscnHeading(std::string_view line) { std::string original_line(line); Heading heading; -- cgit 1.4.1