1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-20 05:22:21 -04:00
polybar/include/utils/timer.hpp
Michael Carlberg 39d3f61497 refactor(core): Clean-up
- use "#pragma once" instead of the regular include guard
- fix errors and warnings reported by cppcheck
2016-06-02 01:32:06 +02:00

9 lines
137 B
C++

#if 0
#pragma once
namespace timer
{
// unsigned int seconds_to_microseconds(float seconds);
// void sleep(float seconds);
}
#endif