cleanup platform.cpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user