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