1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Add error message when trying to load project from CWD.

This commit is contained in:
Pāvels Nadtočajevs
2025-11-16 10:09:23 +02:00
parent 8deb221829
commit a7358ddd12
7 changed files with 43 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ public:
virtual Error get_dynamic_library_symbol_handle(void *p_library_handle, const String &p_name, void *&p_symbol_handle, bool p_optional = false) override;
virtual Error set_cwd(const String &p_cwd) override;
virtual String get_cwd() const override;
virtual String get_name() const override;
virtual String get_distribution_name() const override;