mirror of
https://github.com/GTAmodding/re3.git
synced 2025-02-25 23:33:56 +00:00
6 lines
No EOL
115 B
C
6 lines
No EOL
115 B
C
#pragma once
|
|
|
|
void tbInit();
|
|
void tbStartTimer(int32, Const char*);
|
|
void tbEndTimer(Const char*);
|
|
void tbDisplay(); |