Prepare timer bug fix

This commit is contained in:
Jaby
2023-10-12 18:26:32 +02:00
committed by Jaby
parent 5c97221367
commit f273022157
3 changed files with 48 additions and 45 deletions

View File

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