cleanup platform.cpp

This commit is contained in:
MihailRis
2025-09-26 21:57:48 +03:00
parent 240abb939f
commit 4c815db222
3 changed files with 29 additions and 19 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ namespace platform {
/// Makes the current thread sleep for the specified amount of milliseconds.
void sleep(size_t millis);
int get_process_id();
bool openURL(const std::string& url);
bool open_url(const std::string& url);
}