mirror of
https://github.com/td512/re3.git
synced 2026-01-19 00:46:43 +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(); |