mirror of
https://github.com/halpz/re3.git
synced 2025-05-09 18:07:45 +03:00
6 lines
108 B
C
6 lines
108 B
C
![]() |
#pragma once
|
||
|
|
||
|
void tbInit();
|
||
|
void tbStartTimer(int32, char*);
|
||
|
void tbEndTimer(char*);
|
||
|
void tbDisplay();
|