From 164d32c0794cb09cab250d02d20ea1d75ece70f2 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Mon, 26 Oct 2009 18:14:06 +0100 Subject: use one global timer instead of several local ones --- src/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/global.h') 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 -- cgit v1.2.3