aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/timer.cpp')
-rw-r--r--engines/sci/sfx/timer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/sfx/timer.cpp b/engines/sci/sfx/timer.cpp
index 8edb7c2097..ba2453579d 100644
--- a/engines/sci/sfx/timer.cpp
+++ b/engines/sci/sfx/timer.cpp
@@ -27,6 +27,7 @@
#include "engines/engine.h"
#include "sci/include/sfx_timer.h"
+namespace Sci {
#define FREQ 60
#define DELAY (1000000 / FREQ)
@@ -72,3 +73,5 @@ sfx_timer_t sfx_timer_scummvm = {
&scummvm_timer_start,
&scummvm_timer_stop
};
+
+} // End of namespace Sci