Prepare timer bug fix

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

View File

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