#ifndef _UTILS_TIMER_HPP_ #define _UTILS_TIMER_HPP_ namespace timer { unsigned int seconds_to_microseconds(float seconds); void sleep(float seconds); } #endif