started backporting
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,4 +1,4 @@
|
|||||||
[submodule "src/lib/godot-cpp"]
|
[submodule "src/lib/godot-cpp"]
|
||||||
path = src/lib/godot-cpp
|
path = src/lib/godot-cpp
|
||||||
url = https://github.com/godotengine/godot-cpp
|
url = https://github.com/godotengine/godot-cpp
|
||||||
branch = 4.2
|
branch = 4.1
|
||||||
|
@@ -8,7 +8,6 @@
|
|||||||
#include <godot_cpp/classes/project_settings.hpp>
|
#include <godot_cpp/classes/project_settings.hpp>
|
||||||
#include <godot_cpp/classes/engine.hpp>
|
#include <godot_cpp/classes/engine.hpp>
|
||||||
#include <godot_cpp/classes/time.hpp>
|
#include <godot_cpp/classes/time.hpp>
|
||||||
#include <godot_cpp/classes/editor_interface.hpp>
|
|
||||||
|
|
||||||
using namespace godot;
|
using namespace godot;
|
||||||
|
|
||||||
@@ -28,7 +27,6 @@ public:
|
|||||||
godot::Engine *engine = godot::Engine::get_singleton();
|
godot::Engine *engine = godot::Engine::get_singleton();
|
||||||
godot::ProjectSettings *project_settings = godot::ProjectSettings::get_singleton();
|
godot::ProjectSettings *project_settings = godot::ProjectSettings::get_singleton();
|
||||||
godot::Time *time = godot::Time::get_singleton();
|
godot::Time *time = godot::Time::get_singleton();
|
||||||
godot::EditorInterface *editor_interface = godot::EditorInterface::get_singleton();
|
|
||||||
|
|
||||||
discord::Core *core{};
|
discord::Core *core{};
|
||||||
discord::Result result;
|
discord::Result result;
|
||||||
|
Submodule src/lib/godot-cpp updated: 51c752c46b...4b63d795e4
Reference in New Issue
Block a user