Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/VMROSD.h')
-rw-r--r--src/mpc-hc/VMROSD.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mpc-hc/VMROSD.h b/src/mpc-hc/VMROSD.h
index df2100671..0e7b0efb2 100644
--- a/src/mpc-hc/VMROSD.h
+++ b/src/mpc-hc/VMROSD.h
@@ -1,5 +1,5 @@
/*
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2014, 2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -20,11 +20,8 @@
#pragma once
-#include <atlbase.h>
-#include <d3d9.h>
#include <evr9.h>
#include <vmr9.h>
-#include "madVRAllocatorPresenter.h"
enum OSD_COLORS {
@@ -45,8 +42,8 @@ enum OSD_MESSAGEPOS {
OSD_DEBUG
};
-struct IDSMChapterBag;
-
+interface IMadVRTextOsd;
+interface IDSMChapterBag;
class CMainFrame;
class CVMROSD