You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Make the setting unix-only.
For this, put the detection into the OS class and its subclass.
This commit is contained in:
@@ -64,6 +64,8 @@ protected:
|
||||
|
||||
String stdin_buf;
|
||||
|
||||
String get_global_settings_path() const;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
@@ -111,6 +113,7 @@ public:
|
||||
|
||||
virtual void debug_break();
|
||||
|
||||
virtual String get_installed_templates_path() const;
|
||||
virtual String get_executable_path() const;
|
||||
virtual String get_data_dir() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user