1 2 3 4 5 6
#pragma once void tbInit(); void tbStartTimer(int32, const char*); void tbEndTimer(const char*); void tbDisplay();