summaryrefslogtreecommitdiff
path: root/dxr3osd.h
blob: bb7d735420924a46413982e1af875fa38e170234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef _DXR3_OSD_H_
#define _DXR3_OSD_H_

#include "dxr3vdrincludes.h"
#include "dxr3spuencoder.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: