mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
[HTML5] Implement get_processor_count.
This commit is contained in:
parent
1446cfd13d
commit
26ec6ca576
4 changed files with 11 additions and 0 deletions
|
@ -74,6 +74,7 @@ public:
|
|||
Error create_process(const String &p_path, const List<String> &p_arguments, ProcessID *r_child_id = nullptr) override;
|
||||
Error kill(const ProcessID &p_pid) override;
|
||||
int get_process_id() const override;
|
||||
int get_processor_count() const override;
|
||||
|
||||
String get_executable_path() const override;
|
||||
Error shell_open(String p_uri) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue