summary refs log tree commit diff stats
path: root/scene.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-03-04 05:52:40 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2024-03-04 05:52:40 +0000
commit86c6f803ffb651df20509d4e1f1602352b88bd41 (patch)
treee9b9573e8065868280497b671ee4583fc8c9c8f6 /scene.h
parent4e206fae5be6093b36c7779ba2a4a3679f0e754b (diff)
downloadgodot3-tscn-compactor-86c6f803ffb651df20509d4e1f1602352b88bd41.tar.gz
godot3-tscn-compactor-86c6f803ffb651df20509d4e1f1602352b88bd41.tar.bz2
godot3-tscn-compactor-86c6f803ffb651df20509d4e1f1602352b88bd41.zip
something 2 HEAD master
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene.h b/scene.h index 0ee9450..db38f4c 100644 --- a/scene.h +++ b/scene.h
@@ -26,7 +26,7 @@ class Scene {
26 private: 26 private:
27 Heading file_descriptor_; 27 Heading file_descriptor_;
28 std::map<int, Heading> ext_resources_; 28 std::map<int, Heading> ext_resources_;
29 std::map<int, std::tuple<Heading, std::string>> sub_resources_; 29 std::map<int, std::tuple<Heading, std::string, std::string>> sub_resources_;
30 std::vector<std::tuple<Heading, std::string>> other_; 30 std::vector<std::tuple<Heading, std::string>> other_;
31 int next_sub_id_ = 0; 31 int next_sub_id_ = 0;
32}; 32};