From c9fd9c4878f95f4ae463bc136156634577e6f444 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 24 Jun 2006 09:53:45 +0000 Subject: Added 'timer' backend module, based on the existing TimerManager code (work in progress) svn-id: r23279 --- base/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index e65b589750..7e6062aba7 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -34,6 +34,8 @@ #include "base/commandLine.h" #include "base/plugins.h" #include "base/version.h" + +#include "backends/timer/default/default-timer.h" #include "common/config-manager.h" #include "common/file.h" #include "common/fs.h" @@ -317,7 +319,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) { system.initBackend(); // Create the timer services - Common::g_timer = new Common::TimerManager(&system); + Common::g_timer = new DefaultTimerManager(&system); // Set initial window caption system.setWindowCaption(gScummVMFullVersion); -- cgit v1.2.3