aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sound/sync.h')
-rw-r--r--engines/sci/sound/sync.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/sci/sound/sync.h b/engines/sci/sound/sync.h
index c80982bff7..4b9e2d1b3c 100644
--- a/engines/sci/sound/sync.h
+++ b/engines/sci/sound/sync.h
@@ -38,6 +38,10 @@ class Resource;
class ResourceManager;
class SegManager;
+/**
+ * Sync class, kDoSync and relevant functions for SCI games.
+ * Provides AV synchronization for animations.
+ */
class Sync {
SegManager *_segMan;
ResourceManager *_resMan;
@@ -53,5 +57,5 @@ public:
void stop();
};
-}
+} // End of namespace Sci
#endif