mirror of
https://github.com/polybar/polybar.git
synced 2026-02-08 11:05:47 +00:00
- use "#pragma once" instead of the regular include guard - fix errors and warnings reported by cppcheck
10 lines
137 B
C++
10 lines
137 B
C++
#if 0
|
|
#pragma once
|
|
|
|
namespace timer
|
|
{
|
|
// unsigned int seconds_to_microseconds(float seconds);
|
|
// void sleep(float seconds);
|
|
}
|
|
#endif
|