mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 14:29:01 +00:00
6 lines
108 B
C
6 lines
108 B
C
|
#pragma once
|
||
|
|
||
|
void tbInit();
|
||
|
void tbStartTimer(int32, char*);
|
||
|
void tbEndTimer(char*);
|
||
|
void tbDisplay();
|