aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/VidPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/VidPlayer.h')
-rw-r--r--engines/wintermute/VidPlayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/VidPlayer.h b/engines/wintermute/VidPlayer.h
index e38baae413..a1abf2ea46 100644
--- a/engines/wintermute/VidPlayer.h
+++ b/engines/wintermute/VidPlayer.h
@@ -29,12 +29,12 @@
#ifndef WINTERMUTE_VIDPLAYER_H
#define WINTERMUTE_VIDPLAYER_H
-#include "dctypes.h" // Added by ClassView
+#include "engines/wintermute/dctypes.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
-#include "engines/wintermute/BBase.h"
+#include "engines/wintermute/Base/BBase.h"
#define MAX_AUDIO_STREAMS 5
#define MAX_VIDEO_STREAMS 5