aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index df6c8dfe67..cda87a8917 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -30,11 +30,11 @@
#include "common/rect.h"
namespace Common {
- class SeekableReadStream;
+class SeekableReadStream;
}
namespace Graphics {
- struct Surface;
+struct Surface;
}
namespace Groovie {