Use high-resolution timer for a better frame time

This commit is contained in:
ShadelessFox
2024-11-04 17:22:36 +01:00
parent a964eeeca6
commit 3f531bbf98
4 changed files with 47 additions and 10 deletions
+2
View File
@@ -10,4 +10,6 @@ namespace platform {
/// @brief Open folder using system file manager asynchronously
/// @param folder target folder
void open_folder(const std::filesystem::path& folder);
/// Makes the current thread sleep for the specified amount of milliseconds.
void sleep(size_t millis);
}