add platform::get_process_id

This commit is contained in:
MihailRis
2024-12-12 16:37:06 +03:00
parent 8e6fb1dfb4
commit 913f942adb
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -12,4 +12,5 @@ namespace platform {
void open_folder(const std::filesystem::path& folder);
/// Makes the current thread sleep for the specified amount of milliseconds.
void sleep(size_t millis);
int get_process_id();
}