diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-10-26 18:14:06 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-10-26 18:14:06 +0100 |
commit | 164d32c0794cb09cab250d02d20ea1d75ece70f2 (patch) | |
tree | 920ca76ab1b23c560c077dffcafa1888a6874be6 /src/global.h | |
parent | a91d02e181bab82618e7152316012e7ef61a17f0 (diff) |
use one global timer instead of several local ones
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index aca7f9b9..b31415fa 100644 --- a/src/global.h +++ b/src/global.h @@ -49,6 +49,8 @@ namespace Global extern bool RedrawStatusbar; extern std::string VolumeState; + + extern timeval Timer; } #endif |