This commit is contained in:
Sergeanur
2020-03-31 13:30:13 +03:00
parent a57d9b6797
commit 409663adb8
8 changed files with 220 additions and 2 deletions

6
src/core/timebars.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
void tbInit();
void tbStartTimer(int32, char*);
void tbEndTimer(char*);
void tbDisplay();