mirror of
https://github.com/halpz/re3.git
synced 2025-01-17 21:47:08 +00:00
6 lines
103 B
C
6 lines
103 B
C
#pragma once
|
|
|
|
void tbInit();
|
|
void tbStartTimer(int32, char*);
|
|
void tbEndTimer(char*);
|
|
void tbDisplay(); |