Prepare timer bug fix

This commit is contained in:
2023-10-12 18:26:32 +02:00
parent f1bc9da7e8
commit b130cb9542
3 changed files with 48 additions and 45 deletions

View File

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