Subversion Repositories Kolibri OS

Rev

Rev 1805 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1805 Rev 5123
Line 8... Line 8...
8
#include 
8
#include 
9
#include 
9
#include 
10
#include 
10
#include 
11
#include 
11
#include 
Line 12... Line 12...
12
 
12
 
13
class TDosGraphDraw : public TGraphDraw
13
class TDosGraphDraw : public TBaseGraphDraw
-
 
14
{
14
{
15
  typedef TBaseGraphDraw TGraphDraw;
15
public:
16
public:
16
  TDosGraphDraw(const char *s = 0);
17
  TDosGraphDraw(const char *s = 0);
17
  ~TDosGraphDraw() {}
18
  ~TDosGraphDraw() {}
18
public:
19
public: