Add get_distribution_name() and get_version() to OS
supports: LinuxBSD, Windows, macOS, iOS, Android, UWP Co-authored-by: bruvzg
This commit is contained in:
parent
d1b2a191ab
commit
ac9786c525
18 changed files with 218 additions and 0 deletions
|
|
@ -193,6 +193,8 @@ public:
|
|||
bool set_environment(const String &p_var, const String &p_value) const;
|
||||
|
||||
String get_name() const;
|
||||
String get_distribution_name() const;
|
||||
String get_version() const;
|
||||
Vector<String> get_cmdline_args();
|
||||
Vector<String> get_cmdline_user_args();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue