aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/vid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/vid.cpp')
-rw-r--r--engines/sludge/vid.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/vid.cpp b/engines/sludge/vid.cpp
index a95a452e89..266c5bd859 100644
--- a/engines/sludge/vid.cpp
+++ b/engines/sludge/vid.cpp
@@ -37,6 +37,8 @@
#include "colours.h"
#include "fileset.h"
+namespace Sludge {
+
struct timStream {
PAVISTREAM got;
AVISTREAMINFO info;
@@ -257,3 +259,5 @@ bool nextVideoFrame() {
return true;
}
+
+} // End of namespace Sludge