use one global timer instead of several local ones

This commit is contained in:
Andrzej Rybczak
2009-10-26 18:14:06 +01:00
parent a91d02e181
commit 164d32c079
4 changed files with 19 additions and 18 deletions

View File

@@ -49,6 +49,8 @@ namespace Global
extern bool RedrawStatusbar;
extern std::string VolumeState;
extern timeval Timer;
}
#endif