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