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 6... Line 6...
6
#include 
6
#include 
Line 7... Line 7...
7
 
7
 
8
#ifndef _GNU_GRAPHIC_DRAW_H
8
#ifndef _GNU_GRAPHIC_DRAW_H
Line 9... Line 9...
9
#define _GNU_GRAPHIC_DRAW_H
9
#define _GNU_GRAPHIC_DRAW_H
10
 
10
 
-
 
11
class TGnuGraphDraw : public TBaseGraphDraw
11
class TGnuGraphDraw : public TGraphDraw
12
{
12
{
13
  typedef TBaseGraphDraw TGraphDraw;
13
public:
14
public:
Line 14... Line 15...
14
  TGnuGraphDraw(const char *s = 0);
15
  TGnuGraphDraw(const char *s = 0);