re3/src/core/timebars.h

6 lines
108 B
C

#pragma once
void tbInit();
void tbStartTimer(int32, char*);
void tbEndTimer(char*);
void tbDisplay();