aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/sfx_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/sfx_timer.h')
-rw-r--r--engines/sci/include/sfx_timer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/include/sfx_timer.h b/engines/sci/include/sfx_timer.h
index 5f5f24e6f6..6342503121 100644
--- a/engines/sci/include/sfx_timer.h
+++ b/engines/sci/include/sfx_timer.h
@@ -28,6 +28,8 @@
#include "sci/include/sfx_core.h"
+namespace Sci {
+
typedef struct {
int delay_ms; /* Approximate delay (in milliseconds) between calls */
@@ -51,4 +53,6 @@ typedef struct {
*/
} sfx_timer_t;
+} // End of namespace Sci
+
#endif /* !_FREESCI_SFX_TIMER_H_ */