Prepare timer bug fix

This commit is contained in:
Jaby Blubb
2023-10-12 18:26:32 +02:00
parent e37321de89
commit 950e04ddb7
3 changed files with 48 additions and 45 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
namespace Overlay {
void mesaure_busy_loop();
}