Re3/src/core/timebars.h

6 lines
115 B
C
Raw Normal View History

2020-04-09 14:50:24 -04:00
#pragma once
void tbInit();
void tbStartTimer(int32, Const char*);
void tbEndTimer(Const char*);
2020-03-31 06:30:13 -04:00
void tbDisplay();