Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5122 → Rev 5123

/programs/games/checkers/trunk/dos-draw.h
10,8 → 10,9
#include <stdio.h>
#include <limits.h>
 
class TDosGraphDraw : public TGraphDraw
class TDosGraphDraw : public TBaseGraphDraw<TDosGraphDraw>
{
typedef TBaseGraphDraw<TDosGraphDraw> TGraphDraw;
public:
TDosGraphDraw(const char *s = 0);
~TDosGraphDraw() {}