You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user