separate some code from ncmpcpp.cpp
This commit is contained in:
14
src/clock.h
14
src/clock.h
@@ -27,11 +27,19 @@
|
||||
|
||||
#ifdef ENABLE_CLOCK
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#include "window.h"
|
||||
|
||||
void InitClock();
|
||||
namespace Clock
|
||||
{
|
||||
void Init();
|
||||
void Resize();
|
||||
void SwitchTo();
|
||||
|
||||
void Update();
|
||||
void Prepare();
|
||||
}
|
||||
|
||||
#include <ctime>
|
||||
|
||||
#endif // ENABLE_CLOCK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user