summaryrefslogtreecommitdiff
path: root/dxr3osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3osd.h')
-rw-r--r--dxr3osd.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/dxr3osd.h b/dxr3osd.h
new file mode 100644
index 0000000..53e5d0f
--- /dev/null
+++ b/dxr3osd.h
@@ -0,0 +1,23 @@
+#ifndef _DXR3_OSD_H_
+#define _DXR3_OSD_H_
+
+#include "dxr3vdrincludes.h"
+#include "dxr3interface_spu_encoder.h"
+
+// ==================================
+// osd plugin provider
+class cDxr3OsdProvider : public cOsdProvider
+{
+public:
+ cDxr3OsdProvider() {}
+ virtual cOsd *CreateOsd(int Left, int Top);
+};
+
+#endif /*_DXR3_OSD_H_*/
+
+// Local variables:
+// mode: c++
+// c-file-style: "stroustrup"
+// c-file-offsets: ((inline-open . 0))
+// indent-tabs-mode: t
+// End: