re3/src/core/timebars.h

6 lines
115 B
C
Raw Normal View History

2020-04-09 20:50:24 +02:00
#pragma once
void tbInit();
void tbStartTimer(int32, const char*);
void tbEndTimer(const char*);
2020-03-31 12:30:13 +02:00
void tbDisplay();