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 17... Line 17...
17
#include 
17
#include 
18
#include 
18
#include 
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
#define main	OwlMain
20
#define main	OwlMain
21
 
21
 
-
 
22
class TWinGraphDraw : public TBaseGraphDraw
22
class TWinGraphDraw : public TGraphDraw
23
{
23
{
24
  typedef TBaseGraphDraw TGraphDraw;
24
public:
25
public:
25
  TWinGraphDraw(const char *s = 0);
26
  TWinGraphDraw(const char *s = 0);
26
  ~TWinGraphDraw();
27
  ~TWinGraphDraw();